Hey guys,
Do any of u guys out there know how to add crafting recipe, entity, armor, or biome to a mod, if u know plz leave a comment below telling me how to add any of these things. Thx!
1. ModPE.addCraftRecipie()
2. Completely or Through Mod PE? If mod pe, ModPE.setRenderType(), can make a skeleton look like a cow, if not through modpe you can't add custom mobs.
3. Custom armor isn't possible.
4. You can make a small biome, nothing crazy though.(It would take a long time to make)
ModPE.setItem(405, "blaze_rod", 0, "Blaze Rod");//creats the item blaze rod
ModPE.addCraftRecipe(405, 1, 0, [264, 2, 0, 265, 3, 0]);//the item id is 405 and the item consists of 2 diamonds and 3 iron ingots
ModPE.setItemCategory(405,2,1);//im adding the item to the 2nd category of the crafting bench (the item category)
Please give me an Internet. Please. Pretty Please with sprinkles on top
I have a twitter!! Follow me for regular updates on my mods! https://twitter.com/DamienMiller11
''ItemCategory.ToolsandWeapons"
"ItemCategory.DecorationBlocks" have I referenced ToolsandWeapons and
DecorationBlocks correctly?? If not can I have some help? Thx
''ItemCategory.ToolsandWeapons"
"ItemCategory.DecorationBlocks" have I referenced ToolsandWeapons and
DecorationBlocks correctly?? If not can I have some help? Thx
Do any of u guys out there know how to add crafting recipe, entity, armor, or biome to a mod, if u know plz leave a comment below telling me how to add any of these things. Thx!
2. Completely or Through Mod PE? If mod pe, ModPE.setRenderType(), can make a skeleton look like a cow, if not through modpe you can't add custom mobs.
3. Custom armor isn't possible.
4. You can make a small biome, nothing crazy though.(It would take a long time to make)
So lets say I wanted to craft a blaze rod:
Its out in blocklauncher 1.6.7
I have a twitter!! Follow me for regular updates on my mods!
https://twitter.com/DamienMiller11
''ItemCategory.ToolsandWeapons"
"ItemCategory.DecorationBlocks" have I referenced ToolsandWeapons and
DecorationBlocks correctly?? If not can I have some help? Thx
Nope, it wrong.
This one is correct...
There only 4 type.