Additions 1.5.6 [Forge 1.19.2 / 1.19.4 / 1.20.1 / NeoForge 1.20.4 / 1.20.6 / 1.21.1]

Supported MCreator versions
2024.1
2024.2
2024.3
Tags / plugin type
Procedures
Additions
Downloads:
6581
Upvotes: 49
About the plugin

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

License
MIT License

Plugin downloads
Additions 1.5.6 for MCreator 2024.x - Forge 1.19.2 / 1.19.4 / 1.20.1 / NeoForge 1.20.4 / 1.20.6 / 1.21.1 - Additions-1.5.6-2024.x-1.19.2-1.19.4-1.20.1-1.20.4-1.20.6-1.21.1.zip Uploaded on: 11/21/2024 - 13:42   File size: 225.81 KB

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.

I don't know how possible this is, but is there a way to put a source on an potion effect?

Hey guys, I'm curious about this plugin: What things does this plugin let you do (like, things you couldn't do without it)?

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 Plugin makes the Deal Damage Procedure not usable in 1.18.2...

And the List is in 1.18.2 completely empty and there no Local Variable to create a custom damage source.

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.