Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

phishgaming

Members
  • Joined

  • Last visited

Everything posted by phishgaming

  1. So i downloaded Simple voicechat mod on aternos, me and my friend also have it, but it works only for me, i changed the port in the files to the server port, but for my friends it still shows voicechat not connected, anybody else had that problem?
  2. I was trying to make a modded server, and a lot of errors popped up, im thinking its cause of Forge but im not sure what to do with it, can anybody help? [17Jan2024 17:57:15.373] [main/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: net/minecraft/client/renderer/BlockEntityWithoutLevelRenderer 553Index: 3 554Listeners: 5550: NORMAL 5561: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@1af216e6 handleEvent(Lnet/minecraftforge/registries/RegisterEvent;)V 5572: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@432cd7d6 handleEvent(Lnet/minecraftforge/registries/RegisterEvent;)V 5583: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@31e82bc8 handleEvent(Lnet/minecraftforge/registries/RegisterEvent;)V 5594: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@1c0e7948 handleEvent(Lnet/minecraftforge/registries/RegisterEvent;)V 5605: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@24dc1423 handleEvent(Lnet/minecraftforge/registries/RegisterEvent;)V 561java.lang.NoClassDefFoundError: net/minecraft/client/renderer/BlockEntityWithoutLevelRenderer 562at TRANSFORMER/[email protected]/net.mcreator.wildwestgunsd.init.Wildwestguns23dModItems.lambda$static$15(Wildwestguns23dModItems.java:77) 563at TRANSFORMER/[email protected]/net.minecraftforge.registries.DeferredRegister.lambda$addEntries$1(DeferredRegister.java:388) 564at TRANSFORMER/[email protected]/net.minecraftforge.registries.RegisterEvent.register(RegisterEvent.java:59) 565at TRANSFORMER/[email protected]/net.minecraftforge.registries.DeferredRegister.addEntries(DeferredRegister.java:388) 566at TRANSFORMER/[email protected]/net.minecraftforge.registries.DeferredRegister$EventDispatcher.handleEvent(DeferredRegister.java:330) 567at TRANSFORMER/[email protected]/net.minecraftforge.registries.__EventDispatcher_handleEvent_RegisterEvent.invoke(.dynamic) 568at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) 569at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) 570at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) 571at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:114) 572at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.lambda$postEventWithWrapInModOrder$35(ModLoader.java:315) 573at java.base/java.lang.Iterable.forEach(Iterable.java:75) 574at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:225) 575at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.postEventWithWrapInModOrder(ModLoader.java:313) 576at TRANSFORMER/[email protected]/net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:341) 577at TRANSFORMER/[email protected]/net.minecraftforge.common.ForgeStatesProvider.lambda$new$4(ForgeStatesProvider.java:25) 578at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$23(ModLoader.java:207) 579at java.base/java.util.Optional.ifPresent(Optional.java:178) 580at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:207) 581at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$14(ModLoader.java:185) 582at java.base/java.lang.Iterable.forEach(Iterable.java:75) 583at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:185) 584at TRANSFORMER/[email protected]/net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:32) 585at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:113) 586at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 587at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 588at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 589at java.base/java.lang.reflect.Method.invoke(Method.java:568) 590at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) 591at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) 592at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) 593at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) 594at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) 595at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) 596at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) 597at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) 598at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) 599Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.BlockEntityWithoutLevelRenderer 600at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:141) 601at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) 602... 37 more

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.