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.

Luis_ST

Members
  • Joined

  • Last visited

Everything posted by Luis_ST

  1. You installed CreativeCore, Jei and Comforts for 1.19.2. Make sure all other Mods you have installed are compatible with 1.19.
  2. Luis_ST replied to giro's topic in Support & Bug Reports
    As i already told you i'm not familiar at all with Aternos. Did you googling where to find the debug.log?
  3. Luis_ST replied to giro's topic in Support & Bug Reports
    Add the latest version of CreativeCore to the server try if it works. If it does not work post debug.log.
  4. You register the Class to the ModEventBus but RenderPlayerEvent.Pre and EntityRenderersEvent.AddLayers requires the ForgeEventBus
  5. Luis_ST replied to giro's topic in Support & Bug Reports
    Normally in the logs folder of your server directory, on Aternos i don't know.
  6. Move your EventHandler in a client only class, you can achieve this by setting the value "value" in the EventBusSubscriber annotation to Dist#CLIENT.
  7. Luis_ST replied to giro's topic in Support & Bug Reports
    The log shows an issue with CreativeCore, please post debug.log for more informations.
  8. Your game is running out of Memory (RAM), allow the Game more memory.
  9. You can try to increase the server memory (RAM).
  10. The texture pack should still work, you can ignore the in game warning about an incompatible pack format.
  11. You can get the MinecraftServer from Level#getServer and you can get the Level from the given UseOnContext. Note Item#onItemUseFirst is first called on the client then if the InteractionResult is success called on server. This means you need to handle the server stuff inside a server check (!level.isClientSide should be enough). And make sure you return InteractionResult.sidedSuccess with Level#isClientSide as value.
  12. Problem with Snow Real Magic.
  13. Minecraft Server#getPlayerList is a non static method, that's the reason why this won't work. Please show where you need "all online players".
  14. Show how you tried to call the method
  15. Looks like a problem with the Config of Dynamic Lights. Make sure you are using the latest version. If the Mod is already up to date, talk to the Mod author.
  16. This should work now
  17. Problem with Immersive FX. Make sure you are using the latest version. If the Mod is already up to date, talk to the Mod author.
  18. The user_jvm_args.txt is the file directly in your server folder, do not modify any other files. See: https://imgur.com/a/00uB5At
  19. You can use https://gist.github.com/ to upload larger text files.
  20. It looks like all of the Mods you have installed are for 1.19. You should update the Mods or downgrade Forge.
  21. You installed Xaeros Minimap for 1.19 on 1.19.2.
  22. Mods like Radium are not recommended to use. Those magic performance Mods increasing the game performance by breaking game logic. This "new game logic" can then lead issues and conflicts with other Mods. If you don't need Radium to 100% then you should remove it.
  23. ConfiguredFeatures and PlacedFeatures should also be registered with DeferredRegister.
  24. This is just information, which should not prevent you from playing on this server. If you have issues while playing please post debug.log from server and client.

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.