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. this is not the full path, it should be the path to the of the java executable (you find it in the bin folder) and you need to put the path into quotes
  2. Remove Oh The Biomes You'll Go
  3. edit the .bat/.sh file and replace java with full path of java 8 if you not use a .bat/.sh to start the server, here is the example of the .bat file (.sh files are for mac)
  4. the full path of java means the installation path, in my case it is: Note: the quotes are required
  5. you do not need to uninstall java 18, you can just use the full path of the java executable instead of the java keyword in the .bat/.sh file try with the full path, explained above
  6. Problem with one of these Mods
  7. if there is a logs folder with a debug.log please post it, if not run the server from the command line and post full output
  8. are you sure stillValid returns true, use debugger to check? because of the error you described I would say it returns false
  9. looks okay, your Button is just 1x1 large but everything else looks okay Edit: you should not super null in the constructor
  10. this is a simply example, but i would recommend to use a factory method or a constructor instead Note: create with mojang mappings
  11. you can create a constructor with a CompoundNBT as parameter, inside the constructor you read the data and set the fields in this case your fields can be final (if you want that they are), then you can simply create a new instance the other option would be to add an empty constructor and then call Server#serializeNBT i personally prefer the first option but you could choose the option you want i would also recommend you to specify the INBT type in the type arguments of INBTSerializable last but not least i would recommend you to update to 1.18 since 1.16.5 will fall out of support in the next 2-3 days
  12. create a new class and extends Screen, override #init and add there all Buttons you want (use #addRenderableWidget) inside the OnPress action of the Button you need to send a custom Network Packet (see: https://forge.gemwire.uk/wiki/SimpleChannel) to the server which increase your Capability value, if your Capability is also required on the client you need to sync it back after the value changes
  13. depends on what the Screen should do? Do you only want to have a Button? a Screen extension is in all cases required unfortunately there is no doc but you can take a look at all vanilla Screens as an example
  14. Make sure you are using the latest version. If the Mod is already up to date, talk to the Mod author.
  15. Problem with CD4017BE Library. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  16. Problem with Origins and/or Charm.
  17. I kind of thought it was a library how did you write the data into the NBT?
  18. how did you write them? Could you please provide more info to NbtIo, i could not find anything about it in www
  19. i mean like this: https://imgur.com/a/bdUvxD6
  20. post a screenshot where the full path of the folder visible is or a screenshot where we can make sure it is the correct folder

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.