stanhebben / MineTweaker3

Tweak your minecraft experience
65 stars 32 forks source link

null not being recognised #454

Closed Xitoboy9 closed 6 years ago

Xitoboy9 commented 6 years ago

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]]); `

Xitoboy9 commented 6 years ago

I just wrote nuLLL somewhere. Ripperoni