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. do you know basic java? use the Block directly at this point and not a RegistryObject then use at these points RegistryObject#get to get the Block
  2. Error in Hammer Lib, make sure you use the latest version of the Mod. If you already use the latest version, report the bug to the Mod author.
  3. the Mod you are using, is for 1.18 and not for 1.18.1. use a newer version of the Mod or downgrade your version to 1.18
  4. RegistryObject != Block, you need to use RegistryObject#get to get the Block Learn basic Java
  5. he mean this class but you can use BasicItemListing (in 1.16 it's BasicTrade), for simple Trades
  6. use debugger to check this condition, since you other code looks okay. I would also recommend you to check the Items and not the ItemStacks: if (left == Items.NETHERITE_SWORD)
  7. you add trades to the MerchantOffers twice since AbstractVillager#addOffersFromItemListings already adds trades to the MerchantOffers, in your case 9 then you add a random 10th trade
  8. post the exact path to the file you delete
  9. you never set the particle in your model
  10. Subscribe to LivingHurtEvent, check if the Entity of the Event is an instance of Player, cancel the Event for preventing the Player to get damage
  11. Did you remove the existing Goal?
  12. 1.18 use java 17, java 17 uses the module systen introduced in java 9. it doesn't allow Runnable Jar Files
  13. If tried a few times to reproduce the problem, but unfortunately I can't
  14. There was a problem with Jenkins, he got greedy. The Driver was full😅
  15. Please upload this file somewhere that we can look into it, you could use https://gist.github.com/
  16. 1.12 are no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  17. the loot table looks okay, are you sure you use the correct name of the item you want to drop
  18. First: This is the Forge Forum and the Spigot Second: 1.11 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  19. these are vanilla tags, you need to put them into the minecraft data folder
  20. the fixes for these versions are not planned, since they are ancient, also: 1.7/1.10 are no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  21. why, if you join the server with a client, then there is also a client debug 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.