Issue loading 1.14.4 Server (No Issue with Client)
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
I want to create custom mc client.
-
Problem solved successfully, thanks for the help
-
By diesieben07 · Posted
Calling discard on an entity that is never even present in the world does nothing. Your renderer will still hold the reference to the entity and therefor prevent it from being garbage collected. What you should do is check that the level is still the same (use an == comparison on the level instance, do not check the dimension). If it has changed, remove the old entity. -
By diesieben07 · Posted
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.18.1/1.18.2 (Latest) and 1.16.5 (LTS). -
By diesieben07 · Posted
The field is called friction in Mojang names.
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.