Closed finndo77 closed 3 years ago
I know they added that in the latest snapshot and I can see it in the client settings, but I'm not yet finding a definitive confirmation of the server property. Can you point me to that?
https://www.minecraft.net/en-us/article/minecraft-snapshot-21w38a "A new simulation-distance property in dedicated server properties."
I see "simulation-distance=10" in my server.properties using 21w39a.
Thanks! For some reason my eyes had skipped over that part of the article.
The latest image now maps that server property.
Looks like it's working for me. I tried changing it a couple times with OVERRIDE_SERVER_PROPERTIES set to true and it works. Thanks for all the work you've put into this project!
This issue is stale because it has been open 30 days with no activity. Please add a comment describing the reason to keep this issue open.
I have not been able to set the simulation distance in server.properties via -e SIMULATION_DISTANCE= or -e CFG_SIMULATION_DISTANCE=
is this something that you need to add? it is a parity add from bedrock, it is called TICK_DISTANCE on the minecraft-bedrock-server documentation.
this was added to java in snapshot 21w38a https://www.minecraft.net/en-us/article/minecraft-snapshot-21w38a
this is the startup script i am using if needed, everything is working except simulation distance (I put each entry on a separate line, because it was hard to read in the narrow columns on github)