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. Did you mean Singleplayer with "client"? Could you please explain that in more detail?
  2. WorldEdit needs to update to the recent breaking changes of Forge. Check if there are updated versions.
  3. yes, does it not work? why did you still use this, you can pass the value (500) directly into Player#pick
  4. the first one is the y rotation of the player head and the second one is the x rotation of the player head, you can use 0 if you don't want a specific head look direction
  5. The client use automatically the required java version. Please post debug.log from the logs folder.
  6. You an use the full path of the java 17 executable (java.exe) to make sure you use the correct version of java. Note you need to put the path into quotes Edit: to fast😅
  7. You can try to run Jarfix, after running it redownload the Mods.
  8. Iron Furnaces, Framed Compacting Drawers, Builders Crafts & Addition and EnderStorage needs to update to the recent breaking changes of Forge. Check if there are updated versions.
  9. Please post a screenshot of the Mods folder where we can see the full path
  10. i guess your variable "player" is a Player, then you need an instance of check if the Player is an ServerPlayer. Then you can cast your Player to a ServerPlayer. Btw this is basic java.
  11. Where did you download the Mods? Please post link There is no compatible OptiFine version for Forge 41.0.111 yet.
  12. The teleport command used ServerPlayer#connection and ServerGamePacketListenerImpl#teleport, but i also remember that Player#teleportToWithTicket should work
  13. Please do not upload your Mod as a .zip file. It's highly recommended to use a git repo with a git client. Please post the debug.log.
  14. Basically you need to create there a new Entity via EntityType#create, then you can modify the Entity in the way you want, the slime is copying all data from the parent entity to the children (reduce the size, copy custom display name, etc.). A thing you also want to do is the move the new Entity to the position of the old Entity. Last but not least you add the Entity to the world via Level#addFreshEntity Note this is a server side operation
  15. it's Forge but for 1.16.5 Please post full log.
  16. Please post debug.log from the logs folder. On CurseForge you need to enable the debug.lo in the settings.
  17. Forge 1.19 has breaking changes recently, mods need to update for them. Check if there are updated versions of your mods or downgrade Forge.
  18. Minecraft 1.18 requires java 17
  19. Upload the log file on a past side (i already liked the recommended past side above), then post the link to it here.
  20. Please post debug.log from the logs folder and a screenshot of your Mods folder.
  21. This error is often indicative of an outdated Java version. Please ensure your Java version is up to date. You can download OpenJDK from the Adoptium project. If the error persists after updating your Java version, please post the updated installer log as well as the contents of %windir%\system32\drivers\etc\hosts (Windows) or /etc/hosts (Mac, Linux).
  22. Remove OptiFine, since there is no compatible version for Forge 41.0.111 yet. If the error remains please post debug.log from the logs folder.
  23. Remove OptiFine, since there is no compatible version for Forge 41.0.110 yet.

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.