This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hello there,
I'm creating an horror mod, (i've even scared myself) and I need help... I don't have any ideas.
Please help, and it would be cool to put the code if youre able to!
Thanks
Making a mod with friends.
Here's a code give me 👍 if you appreciate it.
var itemId = Player.getCarriedItem();
function useItem(x,y,z,itemId,blockId,side){
if (itemId == "text here itemid id"){ Level.playSound(Player.getX(),Player.getY(),Player.getZ(),"mob.zombie",30, 0);
} }
It plays a zombie sound.
Hello there,
I'm creating an horror mod, (i've even scared myself) and I need help... I don't have any ideas.
Please help, and it would be cool to put the code if youre able to!
Thanks
Making a mod with friends.
Here's a code give me 👍 if you appreciate it.
var itemId = Player.getCarriedItem();
function useItem(x,y,z,itemId,blockId,side){
if (itemId == "text here itemid id"){
Level.playSound(Player.getX(),Player.getY(),Player.getZ(),"mob.zombie",30, 0);
}
}
It plays a zombie sound.