Techworld 2 The game crashed whilst initializing game
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
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