Can somebody help with my code? i dont know whats wrong

Started by StarDustDFZ on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can somebody help with my code? i dont know whats wrong

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?

Joined Mar 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It seems like you simply…
Tue, 03/24/2026 - 02:05

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!





Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you so much, the image…
Tue, 03/24/2026 - 20:31

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.