Jump to content

Luis_ST

Members
  • Posts

    5704
  • Joined

  • Last visited

  • Days Won

    72

Everything posted by Luis_ST

  1. Then rayTraceDistance is your issue it's in a class which should be only used on client, remove it since you can not store data like this in a Item, the value will be shared. If you want to store data in a Item you need to store the data in the related ItemStack. Therefore i would recommend you to use a Capability.
  2. Did you mean Singleplayer with "client"? Could you please explain that in more detail?
  3. WorldEdit needs to update to the recent breaking changes of Forge. Check if there are updated versions.
  4. yes, does it not work? why did you still use this, you can pass the value (500) directly into Player#pick
  5. 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
  6. The client use automatically the required java version. Please post debug.log from the logs folder.
  7. 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😅
  8. You can try to run Jarfix, after running it redownload the Mods.
  9. 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.
  10. Please post a screenshot of the Mods folder where we can see the full path
  11. 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.
  12. Where did you download the Mods? Please post link There is no compatible OptiFine version for Forge 41.0.111 yet.
  13. The teleport command used ServerPlayer#connection and ServerGamePacketListenerImpl#teleport, but i also remember that Player#teleportToWithTicket should work
  14. 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.
  15. 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
  16. it's Forge but for 1.16.5 Please post full log.
  17. Please post debug.log from the logs folder. On CurseForge you need to enable the debug.lo in the settings.
  18. 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.
  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.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.