Hey modders i have an idea for the spring (easter)
The name can be the Easter/Spring mod
this mod contains the following:
Eggs that spawns radomly around the world (drops random stuff)
(retexture) THE EASTER BUNNY BOSS (he has to have 200 health)
NEW WEAPONS:
The EGG LAUNCHER(shoots explosive eggs)
the bunny sword (a sword that looks like the easter bunny)
eggernades(ammunition for egg launcher or can be thrown)
NEW ARMOR:
the bunny suit (YOU LOOK LIKE THE EASTER BUNNY)
basket(you wear ur basket on your head)
NEW ITEMS:
(Can you modders make bags yet. for more storage)(the basket can be a bag)
Easter carpets
Bags (like in the hexxit mod on pc)
function entityRemovedHook(e){
if(e==344||e==158){//not sure which one
var x = Entity.getX(e);
var y = Entity.getY(e);
var z = Entity.getZ(e);
Level.explode(x,y,z,1.3);//think thats the right radius, change if it isnt
}
}
I think entityRemovedHook might have been removed, but it probably hasn't.
function entityRemovedHook(e){
if(e==344||e==158){//not sure which one
var x = Entity.getX(e);
var y = Entity.getY(e);
var z = Entity.getZ(e);
Level.explode(x,y,z,1.3);//think thats the right radius, change if it isnt
}
}
I think entityRemovedHook might have been removed, but it probably hasn't.
500ISE re-added that function to BlockLauncher already.
The name can be the Easter/Spring mod
this mod contains the following:
Eggs that spawns radomly around the world (drops random stuff)
(retexture) THE EASTER BUNNY BOSS (he has to have 200 health)
NEW WEAPONS:
The EGG LAUNCHER(shoots explosive eggs)
the bunny sword (a sword that looks like the easter bunny)
eggernades(ammunition for egg launcher or can be thrown)
NEW ARMOR:
the bunny suit (YOU LOOK LIKE THE EASTER BUNNY)
basket(you wear ur basket on your head)
NEW ITEMS:
(Can you modders make bags yet. for more storage)(the basket can be a bag)
Easter carpets
Bags (like in the hexxit mod on pc)
function entityRemovedHook(e){ if(e==344||e==158){//not sure which one var x = Entity.getX(e); var y = Entity.getY(e); var z = Entity.getZ(e); Level.explode(x,y,z,1.3);//think thats the right radius, change if it isnt } }I think entityRemovedHook might have been removed, but it probably hasn't.
500ISE re-added that function to BlockLauncher already.
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]