How to make Raditon effect for my uranium block

Started by RED_HUY on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make Raditon effect for my uranium block

I want the Proceduce to be like: When the player is in the radioactive zone of the uranium block, the player will receive the wither effect.

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Enable block tick, and in…
Wed, 03/05/2025 - 22:15

Enable block tick, and in the block tick trigger check for mobs within the radius you want, and apply wither to them.