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. for right click you can override #use in your Item class for left click you can use PlayerInteractEvent.LeftClickEmpty (note this Event is client side only)
  2. this is not a valid enchantment name, you need to use the Registry name, like you use it for the item
  3. it depends on in which way you want to modify the Chestplate, in which way do you want to modify the Chestplate? Note: if you want a different Item for each modification, you need to register all the Items
  4. post debug log, on CurseForge you need to enable the debug log in the settings
  5. https://minecraft.fandom.com/wiki/Slime take a look at the Slime chunk part
  6. run the server from the command line and post full output
  7. Problem with Pollen. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  8. 1.16.5 requires java 8
  9. why, you have Event instance so call the getters we all have the code of the Event the Event exist to perform an action at a specific 'time'/'action' in the game what are you talking about
  10. update Forge to the latest version and do not put your server on OneDrive
  11. this is your issue
  12. please post the debug log and do not format the log since it's unreadable
  13. post debug log please
  14. you need to set the RenderType in FMLClientSetupEvent via RenderTypeLookup.setRenderLayer
  15. yes you should, you can take a look at this
  16. unfortunately i have no idea why, use debugger this is controlled by the duration of the Effect, but it should not happend with a duration of 1200
  17. looks good, you can also set the type of the Registry Object to your custom Item but that's optional
  18. the class does not change the result, but i would recommend you to create a new class for the Item a thing you need to do is create a new instance of the class inside the RegistryObject instead of using the Item class
  19. you did not use your Item class in when creating your Item, also why did you use your ModEventListeners as Item class?
  20. you could try 256 for both values, but im not sure which value you have to set there since the vanilla default values are 176 (imageWidth) and 166 (imageHeight)
  21. you can check if the LivingEntity is an instance of Player, then you can cast it to a Player or you use the java 14 instanceof pattern matching

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.