mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
Remove "fix-curing-zombie-villager-discount" exploit option (#9895)
This commit is contained in:
@@ -1310,7 +1310,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ path("use-async-lighting"),
|
||||
+ path("tnt-explosion-volume"),
|
||||
+ path("entities", "spawning", "despawn-ranges", "soft"),
|
||||
+ path("entities", "spawning", "despawn-ranges", "hard")
|
||||
+ path("entities", "spawning", "despawn-ranges", "hard"),
|
||||
+ path("fixes", "fix-curing-zombie-villager-discount-exploit")
|
||||
+ };
|
||||
+
|
||||
+ NodePath[] REMOVED_GLOBAL_PATHS = {
|
||||
@@ -1779,7 +1780,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ public boolean disableUnloadedChunkEnderpearlExploit = true;
|
||||
+ public boolean preventTntFromMovingInWater = false;
|
||||
+ public boolean splitOverstackedLoot = true;
|
||||
+ public boolean fixCuringZombieVillagerDiscountExploit = true;
|
||||
+ public IntOr.Disabled fallingBlockHeightNerf = IntOr.Disabled.DISABLED;
|
||||
+ public IntOr.Disabled tntEntityHeightNerf = IntOr.Disabled.DISABLED;
|
||||
+ }
|
||||
|
Reference in New Issue
Block a user