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. You have set the default app for .jar files to the editor right click the file -> open with -> choose another app -> select the Java(TM) Platform SE binary -> and set the box "Use always this app to open .jar files" Note: i'm not sure if the translations are 100% correct
  2. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  3. did you look at the vanilla code of the villager and how they open the gui?
  4. No idea if this is an bug, make a pull request to the forge repo if you think this is an bug
  5. Take a look how the glowing effect works and copy the logic
  6. yeah, i'm a bit stupid somehow I came from the installer to the server, no idea why ... where exactly is your installer (path)? and from where do you run the command line (path)? because the command line searches for the installer in the current folder and does not find any java -jar ./forge-1.17.1-37.0.27-installer.jar run the command again and replaces the '.' with the complete path, like: C:/Programm/java/forge-1.17.1-37.0.27-installer.jar -> should look like that
  7. the server folder should be there where you installed the server
  8. I think no, but since many people report the bug, the chance that the bug will be fixed quickly is greater So you have to wait
  9. you can use World#getNearbyEntities or World#getNearestEntity
  10. is the run file in the same folder as the server.jar file?
  11. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  12. In 1.16 it becomes a bit more difficult but you have to deactivate depth test and enable alpha test and blend, use LivingRenderEvent
  13. this sounds like cheating, what do you want to achieve?
  14. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  15. 1.16.5 requires java 8-15, you are trying with java 16
  16. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  17. Make sure you have Java installed and try running Jarfix once, then try the installer again.
  18. okay interesting but this works fine for me this is basic java if you don't know how to overwrite a method learn java before modding
  19. Your mod items will be added to your ItemGroup in the order in which you register them so if you want to sort your ItemGroup you have to sort your item class

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.