Strange Error
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By TileEntity · Posted
Also add the latest.log (logs folder) -
By TileEntity · Posted
java code - you will need a Java 17 installation https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html -
For the reference of java; is that for java code or minecraft java. I have the last version of both
-
Hello, I tried to make a small modpack for myself but whenever I try to create a world I get the following error: The game crashed: mouseclicked event handler Error: java.lang.IllegalStateException: Failed to load registries due to above errors Here's the log:https://mclo.gs/7maf12W it says vanilla but its actually neoforge Does anyone know a fix?
-
By minecraftchest2 · Posted
I'm trying to make a block that sends me to a new dimension, but when I try right clicking it, nothing happens.I've put a few debug messages to send a message to the chat or to show up in the logs when right clicked. Right now I am using: ``` public ActionResultType onBlockActivated(BlockState state, World worldIn, BlockPos pos, PlayerEntity player, Hand handIn, BlockRayTraceResult hit) // Client-side: Only show a status message if (worldIn.isRemote()) { player.sendStatusMessage(new StringTextComponent("Client: Block activated!"), true); return ActionResultType.SUCCESS; } // Server-side logic below player.sendMessage(new StringTextComponent("blockActivated"), player.getUniqueID()); } I am getting a warning _"Overrides deprecated method in 'net.minecraft.block.AbstractBlock'"_ is deprecated, but I'm not sure what to use instead.
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.