Ender Tweaker

Ender Tweaker

9M Downloads

SAG Mill Recipe Error

Jerome226 opened this issue ยท 2 comments

commented

Why does it work, but when I join a world it puts me this error :
[ERROR] recipes_changes.zs:2005 > could not find NONE;

My script :
mods.enderio.SagMill.addRecipe([immersiveengineering:material:17], [100], ore:fuelCoke, NONE, 4600);

commented

Old issue anyways, i'm gonna close this.

commented

you have to make NONE a string like this: "NONE"