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. In the dependencies of your project or you screach for it in your IDE in Eclipse the shortcut is CTRL + SHIFT + H Note: the class name LocatCommand is for 1.17
  2. Show this class, and please mark line 51
  3. what do you mean by player friendly?
  4. the tutorial is outdated, since forge use Mojang mappings for classes and packages. Use your IDE to screach for the class. The Item is now in net.minecraft.world.item.Item
  5. copy them and create your own classes for these trades, since they do not contain any relevant data there is no reason to use exactly these two classes
  6. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  7. you can look at the LocateCommand, but basically you can use ServerWorld#getStructureLocation it returns a BlockPos
  8. you can look at the Forge Community Wiki, or at McJty's Modding Tutorials
  9. yeah its called CreativeModeTab in 1.17
  10. looks like you want to attach a Capability with the same name which is already attached
  11. make your own thread and post the full debug log
  12. for larger text files you can use https://gist.github.com/
  13. post the installer log
  14. you need to use the Event to add the Capability to add the Event to the Player, but for the kind of data you need your own Capability
  15. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  16. Capability would be the best way, but if you want to render things you need to manage the logic on Server and then send the changes to the Client Forge Community Wiki: https://forge.gemwire.uk/wiki/Capabilities Forge Doc: https://mcforge.readthedocs.io/en/latest/datastorage/capabilities/#the-capability-system Network: https://forge.gemwire.uk/wiki/SimpleChannel
  17. What's the problem? And please use the code feature to post your code
  18. which file?
  19. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  20. piracy is not supported on this Forum

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.