This plugin adds some procedures
Changelog
v1.5.6
Added support for MCreator 2024.3
Added support for NeoForge 1.21.1
Stopped support for MCreator 2023.4
v1.5.5
Added a procedure "Get seed of world"
Information
This plugin supports Forge 1.19.2 / 1.19.4 / 1.20.1 / NeoForge 1.20.4 / 1.20.6 / 1.20.1
This plugin supports MCreator 2024.x
Comments
it is because "Entity Attacked" is triggered again by you dealing additional dmg by something, and then the procedure triggers itself in endless loop. And then it crashes the game. To solve it you can just create cooldown to this additional dmg(for example with nbt tags of potions - but idk if potions will work). If you do that game won't crash.
Thank you for the wonderful mod , I've been waiting for it for so long , but i I have a problem in 1.16.5 forge ,
i installed the plugin , when i use "open screen gui " procedure It shows me an error , when i remove the pluge , the procedure work properly , this is the error message shown below .
> Task :compileJava FAILED
ure.java:88: error: cannot find symbol LevelAccessor world = (LevelAccessor) dependencies.get("world");
^
symbol: class LevelAccessor
location: class net.mcreator.handcuffes.procedures.OpenguiProcedure
ure.java:88: error: cannot find symbol LevelAccessor world = (LevelAccessor) dependencies.get("world");
^
symbol: class LevelAccessor
location: class net.mcreator.handcuffes.procedures.OpenguiProcedure
2 errors
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
an error happens when i add "bypass_enchantments" modifier:
> Task :compileJava FAILED
C:\Users\*****\MCreatorWorkspaces\project_drakeborn_tweaks\src\main\java\sakeplays\projectdrakeborntweaks\procedures\WoundedWingsOnEffectActiveTickProcedure.java:40: error: cannot find symbol
woundedWingsDamageDeal = woundedWingsDamageDeal.bypassEnchantments();
^
symbol: method bypassEnchantments()
location: variable woundedWingsDamageDeal of type DamageSource
1 error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 2s
And this is why you should make Support for 1.18.2 so you can use the Deal Damage Procedure (not with the translateable text.)
Or you could make exactly the same Procedure Block like the Deal Damage but with the Damage Source and add it seperatly instead of replacing the normal Deal Damage Procedure.
I got some of them working like on crit and right-click, any specific reason why attacking would cause such an issue?