This plugin adds some procedures
Changelog
v1.5.5
Added a procedure "Get seed of world"
v1.5.4
Added support for MCreator 2024.2
Information
This plugin supports Forge 1.19.2 / 1.19.4 / 1.20.1 / NeoForge 1.20.4 / 1.20.6
This plugin supports MCreator 2023.4 or above
Comments
unzip it, if you're using neoforge 1.21.1 then duplicate the neoforge 1.20.6 and rename it to neoforge 1.21.1, then in the plugin.json just add 2024003 to the supported versions list and zip it back up (make sure u select all the files instead of the folder!), i cant guarantee it will work but you can try i havent tested it
You can in fact do it but only using a custom code snippet. I hope sumeshi implements that into a block cause it's really useful to have, but yeah can be manged using something like this:
entity.removeEffect(mobeffectinstance.getEffect());
I've tested this out and does work, but in some cases effects that deal damage over time (Like poison) Get removed but you still keep taking poison damage, that's what happened to me while testing but could be a problem on my specific code and the triggers I use. Hope this helps!
and before you say anything i tried