[Solved] Server crash java.lang.NoClassDefFoundError: GUIScreen
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
I had the same issue, registering VANILLA_ITEMS on the mod event bus made it work. This goes into your class with VANILLA_ITEMS (I called mine ModChangeVanillaBlocks): public static void register(IEventBus eventBus) { VANILLA_ITEMS.register(eventBus); } And then wherever your event bus is in your main mod class, put: ModChangeVanillaBlocks.register(modEventBus); I hope that helps, I suck at java but if that doesn't work I can share more of my code
-
By TileEntity · Posted
The server is offline, or it is not the correct modpack GET request failed. Response Code: 301 [00:55:43] [Render thread/ERROR]: Can't ping gombessa.exaroton.host:58506: Internal Exception: java.net.SocketException: Connection reset [00:56:20] [Netty Client IO #2/ERROR]: Channels [mocreaturesfixedreforged:mocreaturesfixedreforged,citadel:main_channel,ava:main,corgilib:network,swem:main,minecraft:treechop-channel,crittersandcompanions:main,the_masked:the_masked,spartanshields:network,untamedwilds:main,immersive_weathering:channel,doggytalents:channel,ironchest:network,spartanweaponry:network,geckolib:main,waystones:network,moonlight:channel,refurbished_furniture:play] rejected vanilla connections -
https://mclo.gs/b4jr5Kc Here you go, the link to the last log
-
By DroidCrafter23 · Posted
I would recommend the YouTube channel ModdingByKaupenjoe. He provides modding tutorials for Forge, Fabric and Neoforge from 1.17 to 1.21 that cover a wide range of topics (items, blocks, armour, tools, ore, trees, world generation, etc). He also always gives the link to his GitHub repository in the description so you can view the code yourself. On his channel you can also find a Java tutorial which you can use beforehand if you want to. Here's the link: https://youtube.com/@moddingbykaupenjoe?feature=shared
-
-
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.