This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Mod help please.
I can't figure out how to shoot arrows with my mod item.
ModPE.setItem(500, "texture_name", 0, "item_name", 0); Item.setMaxDamage(471, 385); Item.addShapedRecipe(471, 1, 0, [ "stn", "s t", "stn"], ["s", 287, 0, "t", 280, 0, "n", 46, 0]);
The shaped recipe thing isn't necessary though.
I hope this works
Yuugen0127
|MCPE Modder, Mapmaker, Mediocre Skinmaker, Update Maniac, Problem-Solver, and Texture-Pack Beginner|
Biggest Update thread for MCPE 0.12.x :
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-recent-upcoming-pe-updates/2436094-minecraft-pe-the-upcoming-0-12-0-minecraft-peits
Biggest Update thread for MCPE 0.13.0 :
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-recent-upcoming-pe-updates/2504717-topic-updated-minecraft-pe-the-upcoming-0-13-0
Contact: @GenBrianSuzuki (Twitter), email address on request.
Doesn't work. It says "Error missing } in compound statement".
Mod help please.
I can't figure out how to shoot arrows with my mod item.
ModPE.setItem(500, "texture_name", 0, "item_name", 0);
Item.setMaxDamage(471, 385);
Item.addShapedRecipe(471, 1, 0, [
"stn",
"s t",
"stn"], ["s", 287, 0, "t", 280, 0, "n", 46, 0]);
The shaped recipe thing isn't necessary though.
I hope this works
Yuugen0127
|MCPE Modder, Mapmaker, Mediocre Skinmaker, Update Maniac, Problem-Solver, and Texture-Pack Beginner|
Biggest Update thread for MCPE 0.12.x :
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-recent-upcoming-pe-updates/2436094-minecraft-pe-the-upcoming-0-12-0-minecraft-peits
Biggest Update thread for MCPE 0.13.0 :
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-recent-upcoming-pe-updates/2504717-topic-updated-minecraft-pe-the-upcoming-0-13-0
Contact: @GenBrianSuzuki (Twitter), email address on request.
Doesn't work. It says "Error missing } in compound statement".