Why it's keep crashing
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
It appears that your Minecraft login information could not be found, which may happen if the account credentials are incorrect or the profile is missing from the launcher. Please double-check your email and password, ensure you are signed into the correct Microsoft account, and restart the launcher. If the issue persists, consider resetting your password or contacting Mojang Support.
-
Hi, If you are encountering the Minecraft login info not found message, it usually means the game cannot locate or load your stored login credentials. This may happen due to corrupted files, outdated launchers, or changes in your account details. First, ensure you are using the official Minecraft Launcher and have the latest version installed. Try signing out and logging back in using your Microsoft or Mojang account credentials. If the problem persists, delete the launcher’s cache files and restart your system before attempting to log in again.
-
When attempting to create ResourceLocation instances in a Minecraft mod, both the traditional constructor approach and the newer fromNamespaceAndPath method are failing with various errors, preventing proper resource registration. public static RegistryObject<SoundEvent> registrySoundEvents(String name){ return SOUNDS_EVENTS.register(name, () ->SoundEvent.createVariableRangeEvent(new ResourceLocation(Records.MOD_ID, name))); }
-
By TileEntity · Posted
Start with changing Java 24 to Java 21 and test it again - ATM 9 is Minecraft 1.20.1 -
On Forge 58.0.5 (MC 1.21.8), InputEvent.MouseScrollingEvent is marked cancellable (implements Cancellable, uses a CancellableEventBus), but the event type does not expose setCanceled(boolean) or cancel() from a @SubscribeEvent listener. What’s the correct way to cancel this event (or otherwise block vanilla scroll behavior) from mod code? Can someone plz point me in the right direction? Thx
-
-
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.