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. check your internet connection and try without anti-virus program since there is an error when downloading the server
  2. not sure which forge version you are using but java 17 is not supported yet by forge
  3. it does not work because you create again a client side only mod, do this on server also again this is the wrong sub forum..!
  4. I'm not sure if understand your question correctly but Commands are server side, if you want to add client side Commands you need to create a custom logic for them
  5. you can register them the same way you register Items, Blocks, etc.
  6. forge use now mojang names, withConfiguration is now called configured. You can use Forge bot on discord to convert class, method and field names
  7. do never use @OnlyIn it's only for vanilla you can use this, also side mods are not create via @OnlyIn take a look at this
  8. i think your are using the offical mapings, since makeDirty is now called setChanged
  9. not possible you can't send a custom packet from the server to the client when it's a client only mod
  10. there are new SRG names for 1.17, unfortunately there is at the moment no easy way to get them because the discord bot is broken
  11. you find the error yourself... Keep this Forum in English please
  12. use debugger, to look why the value is 0, but i think it's because strongBlockHealth is static. is there a reason why the field is static or do you don't know basic java?
  13. the installer log will generate in the same folder you run the installer drag and drop it here or upload the screenshot on a website and post the link here
  14. post the installer log & a screenshot of the server folder
  15. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  16. which version did you tried and define "didn't do a good job"
  17. you need a CustomRecipe, take a look at the BannerDuplicateRecipe or the TippedArrowRecipe
  18. 1.15 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  19. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  20. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  21. you need to create a SpecialRecipe for it, take a look at the ShulkerBoxColoringRecipe or the BannerDuplicateRecipe
  22. look at the ContainerType class Note: the ChestContainer is an vanilla Container which is bind to a Block, you need to create a custom Container & screen which extends the vanilla Container overwrite the method stillValid
  23. there are more then one Container

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.