Additions 1.5.5 [Forge 1.19.2 / 1.19.4 / 1.20.1 / NeoForge 1.20.4 / 1.20.6]

Supported MCreator versions
2023.4
2024.1
2024.2
Tags / plugin type
Procedures
Additions
Downloads:
5905
Upvotes: 48
About the plugin

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

License
MIT License

Plugin downloads
Additions 1.5.5 for MCreator 2024.x - Forge 1.19.2 / 1.19.4 / 1.20.1 / NeoForge 1.20.4 / 1.20.6 - Additions-1.5.5-2024.x-1.19.2-1.19.4-1.20.1-1.20.4-1.20.6.zip.zipUploaded on: 08/08/2024 - 12:51   File size: 159.2 KB
Additions 1.5.5 for MCreator 2023.4 - Forge 1.19.2 / 1.19.4 / 1.20.1 - Additions-1.5.5-2023.4-1.19.2-1.19.4-1.20.1.zip.zipUploaded on: 08/08/2024 - 12:51   File size: 110.21 KB

Comments

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.