Shadows-of-Fire / EnderTweaker

Crafttweaker support for EnderIO
MIT License
4 stars 7 forks source link

Alloy Smelter recipes ignore inputs quantity even tho jei show the recipe fine #16

Open kevindevm opened 4 years ago

kevindevm commented 4 years ago

i tried this

mods.enderio.AlloySmelter.addRecipe(<minecraft:end_stone>*5, [<minecraft:obsidian>*5,<minecraft:ender_pearl>], 80000);

and i put 1 obsidian will do the recipe anyways and i put more than 5 then will only consume 5, any fix for this?