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 forgot the "" befor and after the java path
  2. replace java in the command line (in the run.bat file) with "C:\Program Files\Java\jre1.8.0_301" then save the file and run the the server
  3. edit the run.bat file
  4. you still run with java 17, show the command line your are using (it's in the run.bat file)
  5. you need to create a git repo since .zip files are very bad to work with
  6. post the command line you are using and the new debug log you get
  7. yes you can replace "java" in the command line with the path to older java version
  8. you need to replace java in the command line with the java path of your system (java 8-15 is required for your version)
  9. java 17 is not supported yet, use for 1.17 java 16 and for all other versions java 8-15 but minecraft prefer java 8
  10. overwrite Block#stepOn, and then replace the Block with Air
  11. D7 told you, how you should start the server. replace java with the full path
  12. you need to overwrite Entity#getAddEntityPacket and return NetworkHooks#getEntitySpawningPacket
  13. it should work, is your git repo up to date?
  14. layer1 is colored (only the overlay texture), you can copy the logic to your Item
  15. look at the leather armor Item models
  16. you can use https://gist.github.com/
  17. did you looked at the IronGolem?
  18. what kind of error, post it
  19. you don't need a custom recipe, it should work by default if your Shield is an instance of ShieldItem, your ISTER use the vanilla logic and you have the correct texture template
  20. post the file from .minecraft/logs/debug.log
  21. post debug log
  22. create your own thread
  23. a common config is the only config that you can use for that not sure what you mean by "per-world" that's not possible since the Events are fired in the vanilla code and the vanilla code is fix you can't change the execution order

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.