All my Gui Opening Procedures wont work after id change on biome

Status
Resolved
Issue description

As the tile says all of my oppening proceduers crashed and wont work even after remakin' them they only have the open gui when rightclicked inside soo id whats wrong.

 

Executing gradle task: build
Build info: MCreator 2019.5.51710, 1.14.4, 64-bit, 8051 MB, Windows 10, JVM 1.8.0_222, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
> Configure project :
New Dep: net.minecraftforge:forge:1.14.4-28.1.106_mapped_snapshot_20190719-1.14.3
> Task :compileJava
E:\MCREATORWORKSPACE\src\main\java\net\mcreator\extra_utility\MCreatorWrapperOnBlockRightClicked.java:60: error: package MCreatorWrapperGUI does not exist
               return new MCreatorWrapperGUI.GuiContainerMod(id, inventory, new PacketBuffer(Unpooled.buffer()).writeBlockPos(new BlockPos(x, y,
                                            ^
E:\MCREATORWORKSPACE\src\main\java\net\mcreator\extra_utility\MCreatorXpGeneratorOnBlockRightClicked.java:60: error: package MCreatorXPGENGUI does not exist
               return new MCreatorXPGENGUI.GuiContainerMod(id, inventory, new PacketBuffer(Unpooled.buffer())
                                          ^
E:\MCREATORWORKSPACE\src\main\java\net\mcreator\extra_utility\MCreatorElementalMixerOnBlockRightClicked.java:60: error: package MCreatorElementalMixerGUI does not exist
               return new MCreatorElementalMixerGUI.GuiContainerMod(id, inventory, new PacketBuffer(Unpooled.buffer())
                                                   ^
E:\MCREATORWORKSPACE\src\main\java\net\mcreator\extra_utility\MCreatorXpBottlerOnBlockRightClicked.java:60: error: package MCreatorXPBOTTLERGUI does not exist
               return new MCreatorXPBOTTLERGUI.GuiContainerMod(id, inventory, new PacketBuffer(Unpooled.buffer()).writeBlockPos(new BlockPos(x,
                                              ^
4 errors
> Task :compileJava FAILED
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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:c…
BUILD FAILED in 5s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 28258 milliseconds

Issue comments

You have deleted mod element WrapperGUI and some elements still refer to it.

Take a read at text you posted, there was no need for this ticket,

But i have them and the error log updated after i uppdated the version to 2020.1

> Task :compileJava
E:\MCREATORWORKSPACE\src\main\java\net\mcreator\extra_utility\MCreatorXPBOTTLERGUI.java:163: error: Override is not a repeatable annotation type
      @Override
      ^
E:\MCREATORWORKSPACE\src\main\java\net\mcreator\extra_utility\MCreatorXPGENGUI.java:175: error: Override is not a repeatable annotation type
      @Override
      ^
E:\MCREATORWORKSPACE\src\main\java\net\mcreator\extra_utility\MCreatorWrapperGUI.java:163: error: Override is not a repeatable annotation type
      @Override
      ^
E:\MCREATORWORKSPACE\src\main\java\net\mcreator\extra_utility\MCreatorElementalMixerGUI.java:160: error: Override is not a repeatable annotation type
      @Override
      ^