This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Just Having A Break in creating mods
Quote from minecraftdominatorยปWell, considering I showed you the second one I don't know why you need it. But here is number 1: Level.explode(x,y,z,blastradius); //Use function useItem(), and replace blast radius with a number. //And 2: Player.setArmor(slot, item); //Replace slot with 0-3 and item with your items Id.
Also howI make custom armour
And ideas for my boss staff
Level.explode(x,y,z,blastradius);
//Use function useItem(), and replace blast radius with a number.
//And 2:
Player.setArmor(slot, item);
//Replace slot with 0-3 and item with your items Id.
{
if(itemId == 280)//When you tap any blocks with an item id of 280 which is stick
{
Level.explode(x,y,z,Math.floor(Math.random()*10)+1)//explodes with a radius of 1 - 10
}
}
Just Having A Break in creating mods
Thanks I need cause my phone would let me go to the pg it was on on the private messages