The Meaning of Life, the Universe, and Everything.
Join Date:
3/3/2015
Posts:
68
Location:
IN FAR FAR UNIVERSE
Minecraft:
no
Member Details
Oh
I think it's because of wrong place of modpe setitem
It needs to be on the first line and then function
And try addShapedRecipe:
Item.addShapedRecipe(itemtocraftid,(["x, o, x"]//first line items//,["x, o, x"]//2nd line items//,["x, o, x"]//3rd line items.//),["x", itemId, 0, "o", itemId, 0]);
Rollback Post to RevisionRollBack
Do you want a cupcake? Oops we haven't cupcakes...
when i try opening the crafting table my minecraft crash.
Check this pic
http://postimg.org/image/gsbrgpxir/
Message me on Kik
Rodilify
Oh
I think it's because of wrong place of modpe setitem
It needs to be on the first line and then function
And try addShapedRecipe:
Item.addShapedRecipe(itemtocraftid,(["x, o, x"]//first line items//,["x, o, x"]//2nd line items//,["x, o, x"]//3rd line items.//),["x", itemId, 0, "o", itemId, 0]);
Do you want a cupcake? Oops we haven't cupcakes...
i dun understand shaped recipe, kinda new to this
do you have kik?
You can read modpe script functions on github
Do you want a cupcake? Oops we haven't cupcakes...
Umm no
Do you want a cupcake? Oops we haven't cupcakes...
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumBetter make:
if(attacker==getPlayerEnt() &&...
Or, if it should work on all players:
if(Entity.getEntityTypeId(attacker)==63 &&...