Remove more outdated config settings (#9358)

This commit is contained in:
Jake Potrebic 2023-06-17 11:25:22 -07:00
parent 06ee6ab5d4
commit d555760ff6

View file

@ -1391,6 +1391,15 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+interface RemovedConfigurations {
+
+ NodePath[] REMOVED_WORLD_PATHS = {
+ path("falling-blocks-collide-with-signs"),
+ path("fast-drain"),
+ path("lava-flow-speed"),
+ path("load-chunks"),
+ path("misc", "boats-drop-boats"),
+ path("player-exhaustion"),
+ path("remove-unloaded"),
+ path("tick-next-tick-list-cap"),
+ path("tick-next-tick-list-cap-ignores-redstone"),
+ path("elytra-hit-wall-damage"),
+ path("queue-light-updates"),
+ path("save-queue-limit-for-auto-save"),
@ -1406,7 +1415,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ path("reset-arrow-despawn-timer-on-fall"),
+ path("seed-based-feature-search"),
+ path("seed-based-feature-search-loads-chunks"),
+ path("viewdistances.no-tick-view-distance"),
+ path("viewdistances", "no-tick-view-distance"),
+ path("seed-based-feature-search"), // unneeded as of 1.18
+ path("seed-based-feature-search-loads-chunks"), // unneeded as of 1.18
+ path("reset-arrow-despawn-timer-on-fall"),
@ -1429,6 +1438,10 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ };
+
+ NodePath[] REMOVED_GLOBAL_PATHS = {
+ path("data-value-allowed-items"),
+ path("effect-modifiers"),
+ path("stackable-buckets"),
+ path("async-chunks"),
+ path("queue-light-updates-max-loss"),
+ path("sleep-between-chunk-saves"),
+ path("remove-invalid-statistics"),