It's for a Prison Escape map. In many prison escaping maps I see Jail Breakers which are special shears that can only mine iron bars and other similar things. I wanted to know:
How can I make my own special shears that only mines iron bars?
I'm on 1.7.0 so don't tell me to tag Can destroy
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
-
View User Profile
-
View Posts
-
Send Message
Curse Premium---You may look here if you are searching for the same questions' answer as I was---
Hi everybody!
I am searching for a method/function which allows something to happen if a block becomes destroyed.
Do you now one?
Thanks for your help!
(Keep on minecrafting:-))
function destroyBlock(x, y, z, side) { clientMessage("Block destroyed, ID: " + Level.getTile(x, y, z)); }-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThanks!
How about for example, breaking a block plays a sound like glass break?
add preventDefault() to remove other sound
I made a little item:
ModPE.setItem(869, "shears", 0, "Cell Breaker");
Player.addItemCreativeInv(869, 500, 3);
It's for a Prison Escape map. In many prison escaping maps I see Jail Breakers which are special shears that can only mine iron bars and other similar things. I wanted to know:
How can I make my own special shears that only mines iron bars?
I'm on 1.7.0 so don't tell me to tag Can destroy