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. I think you're talking about Player#getAbilities and not about Forge's Capability system. Note this is a server side operation and you should call Player#onUpdateAbilities to sync the Abilities to the client.
  2. This was a answer to @STEM_Dad Unfortunately I have no idea how to help you. I have never seen this error before.
  3. Edit: You have not a similar error. It looks like something prevents java for being connect to the internet.
  4. Why do you want to get all Capabilities of a player?
  5. Could you please give us a bit more context, like where is the server running (PC or hast) how many player are playing on the server? How long did you play on the server? Does the panel always say the server use 12 GB ram, is the value constant or does the value jump under certain conditions and if yes whats the min and max value? Unfortunately, this means nothing to me. In general i would say the value is not correct or something is wrong with the server, please post also the debug.log from the server.
  6. Where did you get this information from?
  7. Depends on what your are doing in the Event. In general i would say not, excluding iterate over a lot of Blocks add a lot of Entities, etc.
  8. The version does not matter, since if we clone your repo it's always 1.18. Did you tried a new World?
  9. Problem with Debugify. Make sure you are using the latest version. If the Mod is already up to date, talk to the Mod author.
  10. Did you looked at the vanilla Trident? In general you need the following things if you want to create a vanilla like Trident: Item which throws the Trident in #releaseUsing Entity for the Trident EntityRenderer for the Trident Custom Trident Model if you want to use a custom one (optional) Custom BlockEntityWithoutLevelRenderer to render the Trident Item Model
  11. Please post debug.log from the logs folder. If you using CurseForge you need to enable the debug.log in the settings.
  12. Please post debug.log from the logs folder.
  13. The debugger is a feature of your IDE, you can use it to debug code you create by putting a breakpoint at the code. Then start the debugger (which starts the game), then do the stuff you want to test. In your case join a World and put a Diamound in the fuel slot of the Furnace. If the code is called the game will stop running and the breakpoint will be marked (the IDE stops the code there). I'm not familiar with IntelliJ IDEA but first of all you need to gen the launch configs via the gradle task genIntellijRuns. You then can select them in Intellij. I know D7 post somewhere on Discord a image where you need to run them (found it):
  14. Please post full debug.log from the logs folder.
  15. Please post full debug.log from the logs folder.
  16. Please post debug.log from the logs folder. If you using CurseForge you need to enable the debug.log in the settings. This is a file on your computer we can not access to it. You can use https://gist.github.com/ to upload the debug.log.
  17. Please post debug.log from the logs folder.
  18. https://github.com/ParchmentMC/Parchment/wiki/Getting-Started
  19. Please post debug.log from the logs folder.
  20. You forgot to post the client debug.log, please post this log too.
  21. Please post debug.log from the logs folder. Edit: Found out that you created another thread for this.
  22. I have not the permission to view the files. Please make them public or use a paste website to upload the images and the log. Recommend for files: https://gist.github.com/ Recommend for images: https://imgur.com/
  23. Due the log i would guess you are not running a server. The this depends on your Launcher. I only know the solution for the vanilla Launcher (include CurseForge): Go into the installations tab, edit the profile you are using. Open the more options and edit the JVM arguments and modify the -Xmx argument. The default value is 2G which are 2 Gigabyte, you can try to use 4G or 6G (you should choose a value based on the installed memory). If you start a server against my assumption, you can add/modify the -Xmx argument in the user_jvm_args file.

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.