Started by
StarDustDFZ
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make a jjk mod and i am attempting to implement malevolent shrine, but for some reason my code isn't working. here is a screenshot of the wjile using item trigger:
it isn't spawning the ms can anyone help?
It seems like you simply mixed up Z and Y on the spawn procedure hahaha. Simply switch them around and you should be good

I also recommend putting the whole procedure around an "If NOT Clientside", since otherwise sometimes effects bug out and become permanent!
Thank you so much, the image you have used says content not viewable in your region. there was originally a wait block and a block to detect any nearby entities, i will add them cack and test the code.