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. which config type did you use? you could use Reflection
  2. no, since the config system use .toml files and they only supports primitive variable types like int, double or String you could store the UUID and the Name in Strings and load them from Strings what do you try to achieve?
  3. then this is not create via a fog
  4. may density to 90 you need to test a bit around
  5. java 17 is not supported by forge yet, downgrad to java 16
  6. if you set the density to 0, there is no Fog
  7. show more you your code, since you normally shouldn't use getPlayerByUUID
  8. are these client side only mods? post client log
  9. keep this Forum in english please post debug log, are you sure you start a minecraft forge profile?
  10. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  11. create your own thread and show what you have tried
  12. no its not this is only the crash report
  13. the UUID is fix and unique post log where do you need the player? show more of your code
  14. no it´s not since you can only subscribe a class to one Dist server or client if you don't enter a dist it will run on both (common) the events are called, no matter what class they are in if you combine several events (which are registered on the same Dist) in one class you may save some RAM in the extreme case 1-2MB (depends on the class size) I would recommend that you sort the Events/summarize them in classes, that you can handle the code
  15. sorry my mistake, did not see that the tutorial is for 1.16 and ResourceKey#get in 1.17 has been removed i would recommend you to use the ResourceLocations instead, one location you can get from the Event the other from your ResourceKey via ResourceKey#location
  16. the error should be clear somewhere in your code you cast a String to a List show your code ups not Modder Support😅
  17. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  18. problem solved?
  19. yeah that's correct but you should call ResourceKey#get and not ResourceKey#create
  20. where is your FMLCommonSetupEvent
  21. is the BiomeLoadingEvent fierd? How do you register the Event?
  22. that still throws a NullPointException, since you still ignore the static Field of your CF, you need to set the Field in FMLCommonSetupEvent using the return value of the register method

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.