I'm making some Avaritia recipes in MineTweaker and it's telling me this:
ERROR: hcrecipes.zs:6 > No such static member in minetweaker.item.IIngredient: null
Pretty sure that it's just no recognising null as an empty space where no items are placed. Here's me full code:
`recipes.remove();
I'm making some Avaritia recipes in MineTweaker and it's telling me this:
ERROR: hcrecipes.zs:6 > No such static member in minetweaker.item.IIngredient: null
Pretty sure that it's just no recognising null as an empty space where no items are placed. Here's me full code: `recipes.remove();
mods.avaritia.ExtremeCrafting.addShaped(,
[[null, null, , , , , null, null, null],
[null, , , , , , , null, null],
[null, nulll, , , , , , , null],
[null, null, null, null, null, , , , , ],//
[null, null, null, , , , , , ],
[null, null, , , , null, , , ],
[null, , , , null, null, , , ],
[, , , null, null, null, null, , null],
[, , null, null, null, null, null, null, null]]);
`