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. just create a new instance of your VitaSlimeOverlay, and pass it as parameter of OverlayRegistry.registerOverlayTop
  2. Problem with Beyond Earth. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  3. Post debug log from server and client
  4. The log you post shows an error with Upgraded Wolves
  5. Problem with Chisel. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  6. One of your mods needs to update to the new Fluid implementation. You could check if all Mods are up to date, otherwise you can do nothing
  7. why was this file missing, did you delete it? this should work, if only forge-36.2.34.jar is missing you can install forge in another folder and copy the file
  8. show what you have tried
  9. you can not create Enchantments in static initializer, you should use DeferredRegister (recommend) you can override Enchantment#getDamageBonus, and return the additional damage you want
  10. One of your mods needs to update to the new Fluid implementation.
  11. do you mean the SpawnerData or the Entity?
  12. create a new class implements IIngameOverlay, inside #render you can render the texture for that you can use the code from Gui#renderTextureOverlay then you need to register your IIngameOverlay implementation via one of the register methods of OverlayRegistry
  13. yeah the error says something else, use debugger to check the values
  14. one of the SpawnerData, you are register here, returns a negative spawn count if you calculate it as follows: 1 + spawnerData.maxCount - spawnerData.minCount because of that you get the Exception, i would recommend you to check if the config values you are using for the min and max spawn count
  15. link? and in which classes do i need to look (please with package)
  16. you should use an implementation of IIngameOverlay and use one of the register methods of OverlayRegistry to register your IIngameOverlay implementation you can also take a look at ForgeIngameGui, Forge renders all vanilla Overlays there
  17. where did you call createMonster, show more of your code
  18. no, ask the Mod author how to fix this issue
  19. update to 1.16.5, there is no reason to use an outdated version
  20. are you sure this is the full debug log, since there is no error in the debug log
  21. first of all i think you mean the Forge installer not the java installer, post installer log

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.