Nice! But idk if that is possible
I am almost done with Arrow Rain Punch though
Awesome! Also I know this is not related to the mod but
Can you please add a Punch where if you kill a mob
Using that punch it drops heads (e.g: Creeper Head, Skeleton Head)
And you can place it
Awesome! Also I know this is not related to the mod but
Can you please add a Punch where if you kill a mob
Using that punch it drops heads (e.g: Creeper Head, Skeleton Head)
And you can place it
I would have to make separate blocks, idk if I can do that, it would take a while, is there already a mod that drops heads?
On other heads
like for random 1 it will drop a zombie head
and for random 2 for a skeleton head just add a
Entity.getEntityTypeld(victim) == mobType
on the code i gave u
On other heads
like for random 1 it will drop a zombie head
and for random 2 for a skeleton head just add a
Entity.getEntityTypeld(victim) == mobType
on the code i gave u
Oh, but it needs to drop the same head as the mob you killed, not a random one
Ok
function deathHook(murderer, victim){
if(Entity.getEntityTypeld(victim)==32 && variable==1){//add the spaces BL doesnt accept without spaces
Level.dropItem(Entity.getX(victim), Entity.getY(victim), Entity.getZ(victim), 500, 0, 1);
}
}
//Replace 32 with the mob ID 32 is a Zombie
//and replace variable with the variable you wanna name the punch
//this is done(COMPLETELY)
Powerful fists brings 18 new functions to punching, with an easy to use GUI! NOTE: Push the Update button twice every time you use the mod to make sure you get all the latest features. It would help A LOT if you pushed that UP button!!!
@Metamorposis_2 for Original code
@Bajan_Deadman0 for Update code
List of Punches: Fire Throw Kill Exploding Regenerating Destroy-block Ride Hard Web Water Lava Diamond Extra web TNT Gold Iron Meteor IronMan Flaming Arrow Rain
Powerful fists brings 18 new functions to punching, with an easy to use GUI! NOTE: Push the Update button twice every time you use the mod to make sure you get all the latest features. It would help A LOT if you pushed that UP button!!!
@Metamorposis_2 for Original code
@Bajan_Deadman0 for Update code
List of Punches: Fire Throw Kill Exploding Regenerating Destroy-block Ride Hard Web Water Lava Diamond Extra web TNT Gold Iron Meteor IronMan Flaming Arrow Rain
Add a punch that is so powerful, it could cause an explosion and damage of 200 TNT blocks to the map and kill mobs instantly, and call it the "Big Bang Punch"
Make a punch so powerful it would cause a huge fire explosion and cause a damage of 200 TNT blocks the the area your in and kill all mobs around you, and call it the "Big Bang Punch"
Awesome! Also I know this is not related to the mod but
Can you please add a Punch where if you kill a mob
Using that punch it drops heads (e.g: Creeper Head, Skeleton Head)
And you can place it
Minecraft MLG
Dance like you dont care!
I would have to make separate blocks, idk if I can do that, it would take a while, is there already a mod that drops heads?
Code:
ModPE.setItem() //Something like this
function deathHook(murderer, victim){
var random = Math.floor(Math.random()*1)//choose ranging from 0-1
if(random == 0){
//Code here
}
if(random == 1){
//Code here
}
}
Just Having A Break in creating mods
Prevents the mob from dying.
Just Having A Break in creating mods
Thanks but what is the random for?
like for random 1 it will drop a zombie head
and for random 2 for a skeleton head just add a
Entity.getEntityTypeld(victim) == mobType
on the code i gave u
Just Having A Break in creating mods
Oh, but it needs to drop the same head as the mob you killed, not a random one
function deathHook(murderer, victim){
if(Entity.getEntityTypeld(victim)==32 && variable==1){//add the spaces BL doesnt accept without spaces
Level.dropItem(Entity.getX(victim), Entity.getY(victim), Entity.getZ(victim), 500, 0, 1);
}
}
//Replace 32 with the mob ID 32 is a Zombie
//and replace variable with the variable you wanna name the punch
//this is done(COMPLETELY)
Just Having A Break in creating mods
Add a punch that is so powerful, it could cause an explosion and damage of 200 TNT blocks to the map and kill mobs instantly, and call it the "Big Bang Punch"
Make a punch so powerful it would cause a huge fire explosion and cause a damage of 200 TNT blocks the the area your in and kill all mobs around you, and call it the "Big Bang Punch"
Why dose the ironman punch only do damage to mobs when they hit the ground, can you make it do damage when the mob gets punched too