GTNewHorizons / Minetweaker-Gregtech-5-Addon

Minetweaker Addon for all Gregtech 5 Machines
GNU General Public License v3.0
19 stars 12 forks source link

Circuit Assembler #40

Closed MineWitherMC closed 7 years ago

MineWitherMC commented 7 years ago

Whenever I create circuit assembler recipes it says that input item is minetweaker.api.item.IIngredient and cannot be cast to net.minecraft.item.ItemStack. Example: `mods.gregtech.CircuitAssembler.addRecipe(, [

, ], * 1000, 100, 100);` Output: `ERROR: Error executing script.zs: [Lminetweaker.api.item.IIngredient; cannot be cast to [Lnet.minecraft.item.ItemStack;` GTTweaker built from source from this repository after last commit, GT5U .31 also built from source after chem. update (if it's important) Upd. Possible fix: change IIngredient argument to IItemStack in addRecipe methods.
Techlone commented 7 years ago

Possible fix: change IIngredient argument to IItemStack in addRecipe methods.

Nope. The bug is deeper. Sorry but can't fix it right now.

Techlone commented 7 years ago

Fixed.