mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Remove more outdated config settings (#9358)
This commit is contained in:
parent
06ee6ab5d4
commit
d555760ff6
1 changed files with 14 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue