Executing Gradle task: runClient
Build info: MCreator 2025.2.28610, forge-1.19.2, 64-bit, 32619 MB, Windows 11, JVM 21.0.7, JAVA_HOME: C:\Users\Axel\Videos\MCreator.2025.2.Windows.64bit\MCreator20252\jdk, started on: 2025-10-30-03:00:12
Calculating task graph as configuration cache cannot be reused because cached version information for net.jodah:typetools:0.8.+ has expired.
> Task :createMinecraftArtifacts UP-TO-DATE
> Task :writeClientLegacyClasspath UP-TO-DATE
> Task :downloadAssets UP-TO-DATE
> Task :prepareClientRun UP-TO-DATE
> Task :processResources
> Task :compileJava
C:\Users\Axel\MCreatorWorkspaces\la_me_dimension\src\main\java\net\mcreator\lamedimension\item\AxeItem.java:11: error: cyclic inheritance involving AxeItem public class AxeItem extends AxeItem {
^
C:\Users\Axel\MCreatorWorkspaces\la_me_dimension\src\main\java\net\mcreator\lamedimension\item\HoeItem.java:11: error: cyclic inheritance involving HoeItem public class HoeItem extends HoeItem {
^
C:\Users\Axel\MCreatorWorkspaces\la_me_dimension\src\main\java\net\mcreator\lamedimension\item\ShovelItem.java:11: error: cyclic inheritance involving ShovelItem public class ShovelItem extends ShovelItem {
^
C:\Users\Axel\MCreatorWorkspaces\la_me_dimension\src\main\java\net\mcreator\lamedimension\item\SwordItem.java:11: error: cyclic inheritance involving SwordItem public class SwordItem extends SwordItem {
^
C:\Users\Axel\MCreatorWorkspaces\la_me_dimension\src\main\java\net\mcreator\lamedimension\block\La4emedimension1PortalBlock.java:78: warning: [removal] ResourceLocation(String) in ResourceLocation has been deprecated and marked for removal
world.playSound(null, pos.getX() + 0.5, pos.getY() + 0.5, pos.getZ() + 0.5, ForgeRegistries.SOUND_EVENTS.getValue(new ResourceLocation("block.portal.ambient")), SoundSource.BLOCKS, 0.5f, random.nextFloat() * 0.4f + 0.8f);
^
C:\Users\Axel\MCreatorWorkspaces\la_me_dimension\src\main\java\net\mcreator\lamedimension\block\La4emedimension1PortalBlock.java:86: warning: [removal] ResourceLocation(String) in ResourceLocation has been deprecated and marked for removal
} else if (entity.level.dimension() != ResourceKey.create(Registry.DIMENSION_REGISTRY, new ResourceLocation("la_me_dimension:la_4emedimension_1"))) {
^
C:\Users\Axel\MCreatorWorkspaces\la_me_dimension\src\main\java\net\mcreator\lamedimension\block\La4emedimension1PortalBlock.java:88: warning: [removal] ResourceLocation(String) in ResourceLocation has been deprecated and marked for removal
teleportToDimension(entity, pos, ResourceKey.create(Registry.DIMENSION_REGISTRY, new ResourceLocation("la_me_dimension:la_4emedimension_1")));
^
C:\Users\Axel\MCreatorWorkspaces\la_me_dimension\src\main\java\net\mcreator\lamedimension\client\gui\AdvencedcraftingtableguiScreen.java:39: warning: [removal] ResourceLocation(String) in ResourceLocation has been deprecated and marked for removal
private static final ResourceLocation texture = new ResourceLocation("la_me_dimension:textures/screens/advencedcraftingtablegui.png");
^
C:\Users\Axel\MCreatorWorkspaces\la_me_dimension\src\main\java\net\mcreator\lamedimension\init\LaMeDimensionModBiomes.java:53: warning: [removal] ResourceLocation(String,String) in ResourceLocation has been deprecated and marked for removal
Climate.Parameter.point(0.0f), Climate.Parameter.span(-1f, 1f), 0), biomeRegistry.getHolderOrThrow(ResourceKey.create(Registry.BIOME_REGISTRY, new ResourceLocation("la_me_dimension", "the_forest")))));
^
C:\Users\Axel\MCreatorWorkspaces\la_me_dimension\src\main\java\net\mcreator\lamedimension\init\LaMeDimensionModBiomes.java:55: warning: [removal] ResourceLocation(String,String) in ResourceLocation has been deprecated and marked for removal
Climate.Parameter.point(1.0f), Climate.Parameter.span(-1f, 1f), 0), biomeRegistry.getHolderOrThrow(ResourceKey.create(Registry.BIOME_REGISTRY, new ResourceLocation("la_me_dimension", "the_forest")))));
^
C:\Users\Axel\MCreatorWorkspaces\la_me_dimension\src\main\java\net\mcreator\lamedimension\init\LaMeDimensionModBiomes.java:76: warning: [removal] ResourceLocation(String,String) in ResourceLocation has been deprecated and marked for removal
preliminarySurfaceRule(ResourceKey.create(Registry.BIOME_REGISTRY, new ResourceLocation("la_me_dimension", "the_forest")), Blocks.GRASS_BLOCK.defaultBlockState(), Blocks.DIRT.defaultBlockState(), Blocks.STONE.defaultBlockState()));
^
C:\Users\Axel\MCreatorWorkspaces\la_me_dimension\src\main\java\net\mcreator\lamedimension\init\LaMeDimensionModItems.java:68: warning: [removal] ResourceLocation(String) in ResourceLocation has been deprecated and marked for removal
ItemProperties.register(BOUCLIER.get(), new ResourceLocation("minecraft:blocking"), ItemProperties.getProperty(Items.SHIELD, new ResourceLocation("minecraft:blocking")));
^
C:\Users\Axel\MCreatorWorkspaces\la_me_dimension\src\main\java\net\mcreator\lamedimension\init\LaMeDimensionModItems.java:68: warning: [removal] ResourceLocation(String) in ResourceLocation has been deprecated and marked for removal
ItemProperties.register(BOUCLIER.get(), new ResourceLocation("minecraft:blocking"), ItemProperties.getProperty(Items.SHIELD, new ResourceLocation("minecraft:blocking")));
^
C:\Users\Axel\MCreatorWorkspaces\la_me_dimension\src\main\java\net\mcreator\lamedimension\item\AetheriumItem.java:41: warning: [removal] ResourceLocation(String) in ResourceLocation has been deprecated and marked for removal
return ForgeRegistries.SOUND_EVENTS.getValue(new ResourceLocation("item.armor.equip_netherite"));
^
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> java.lang.NullPointerException: Cannot invoke "javax.lang.model.element.TypeElement.getNestingKind()" because "typeElement" is null
* 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 48s
6 actionable tasks: 2 executed, 4 up-to-date
Configuration cache entry stored.
BUILD FAILED
Task completed in 2 minutes and 15 seconds