Started by
scarfcrow
on
Topic category: Help with Minecraft modding (Java Edition)
I have a boss monster in my mod which I want to give mining fatigue to any nearby players (Like the Elder Guardian).
I made a procedure under "Entity Tick Update" using the "Add Potion" block to "Nearest Player Within Square Cube Size". Even trying to make it fire by chance crashes the game.
How do I make this work?
Edited by scarfcrow on Tue, 04/23/2024 - 20:46
Please read https://mcreator.net/wiki/my-entity-procedure-crashes-game
I recommend utilising our wiki when developing mods
I fixed it, thank you!