From 4ab5b0fed66df6ab8d93e3110cdcf44ee5d2cdf3 Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Fri, 17 Dec 2021 12:34:01 -0500 Subject: [PATCH] Remove non-working cloche recipes for inferium --- changelog/1.8.15.md | 1 + .../mod_specific/immersive_engineering/cloche.js | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/changelog/1.8.15.md b/changelog/1.8.15.md index 82982290..0d975b6f 100644 --- a/changelog/1.8.15.md +++ b/changelog/1.8.15.md @@ -78,3 +78,4 @@ - Add unification for zinc plates - Disable Quark recipe book unlocking to fix oversized playerdata files. - Adjust Computercraft wired modem recipe to fix conflict with network cable +- Fix JEI quantity for inferium seeds in cloche diff --git a/kubejs/server_scripts/mod_specific/immersive_engineering/cloche.js b/kubejs/server_scripts/mod_specific/immersive_engineering/cloche.js index 20e57cb0..2d3aa75d 100644 --- a/kubejs/server_scripts/mod_specific/immersive_engineering/cloche.js +++ b/kubejs/server_scripts/mod_specific/immersive_engineering/cloche.js @@ -112,14 +112,4 @@ onEvent('recipes', e => { regular(['forbidden_arcanus:arcane_gold_nugget', 'forbidden_arcanus:golden_orchid_seeds'], 'forbidden_arcanus:golden_orchid_seeds', 'forbidden_arcanus:golden_orchid') regular([Item.of('silentgear:flax_fiber', 2), 'silentgear:flax_seeds'], 'silentgear:flax_seeds', 'silentgear:flax_plant') regular([Item.of('byg:blueberries', 2)], 'byg:blueberries', 'byg:blueberry_bush') - - //Inferium - inf(1, 1000, 'minecraft:dirt') - inf(2, 1750, 'mysticalagriculture:inferium_farmland') - inf(3, 2500, 'mysticalagriculture:prudentium_farmland') - inf(4, 3250, 'mysticalagriculture:tertium_farmland') - inf(5, 4000, 'mysticalagriculture:imperium_farmland') - inf(6, 4750, 'mysticalagriculture:supremium_farmland') - inf(7, 5500, 'mysticalagradditions:insanium_farmland') - //#endregion })