ModPE.setFoodItem(460, "apple_golden", "this texture has no effect so i just put diamond", 80, "golden apple");
function ModPE.addShapedRecipe(460, 1, 0[
"g", "g", "g",
"g", "a", "g",
"g", "g", "g",
], ["g", 266, 0, "a", 260, 1, 0]);
If this is wrong, (wich it probably is) then plz show me the correct way. and explain plz. Im only having problems with the shaping recipe function. I just want some gold apples to eat.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
ModPE.setFoodItem(460, "apple_golden", "this texture has no effect so i just put diamond", 80, "golden apple");
function ModPE.addShapedRecipe(460, 1, 0[
"g", "g", "g",
"g", "a", "g",
"g", "g", "g",
], ["g", 266, 0, "a", 260, 1, 0]);
If this is wrong, (wich it probably is) then plz show me the correct way. and explain plz. Im only having problems with the shaping recipe function. I just want some gold apples to eat.