[ci skip] Move chunk system patch back
This commit is contained in:
@@ -350,7 +350,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ pair("gamerules", toObjectMapper(world.getWorld().getGameRules(), rule -> {
|
||||
+ return pair(rule, world.getWorld().getGameRuleValue(rule));
|
||||
+ })),
|
||||
+ pair("ticking-distance", world.getChunkSource().chunkMap.getEffectiveViewDistance())
|
||||
+ pair("ticking-distance", world.getWorld().getSimulationDistance()),
|
||||
+ pair("no-ticking-distance", world.getWorld().getViewDistance()),
|
||||
+ pair("sending-distance", world.getWorld().getSendViewDistance())
|
||||
+ ));
|
||||
+ }));
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user