aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0114-Configurable-Cartographer-Treasure-Maps.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0114-Configurable-Cartographer-Treasure-Maps.patch')
-rw-r--r--patches/server/0114-Configurable-Cartographer-Treasure-Maps.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0114-Configurable-Cartographer-Treasure-Maps.patch b/patches/server/0114-Configurable-Cartographer-Treasure-Maps.patch
index e4dfccf663..7253601c50 100644
--- a/patches/server/0114-Configurable-Cartographer-Treasure-Maps.patch
+++ b/patches/server/0114-Configurable-Cartographer-Treasure-Maps.patch
@@ -9,10 +9,10 @@ Also allow turning off treasure maps all together as they can eat up Map ID's
which are limited in quantity.
diff --git a/src/main/java/net/minecraft/world/entity/npc/VillagerTrades.java b/src/main/java/net/minecraft/world/entity/npc/VillagerTrades.java
-index 5978240beb47bc5678e9aebc8d56aeb30dd7223a..bf2c2dd82831f85defa8b5760608f20e7036ebf6 100644
+index 22dd4d2a53cc99bcc863f7ef75e2e7b711ceb2b6..9b9afc01c287528b911e13cabd95f41c0d822a48 100644
--- a/src/main/java/net/minecraft/world/entity/npc/VillagerTrades.java
+++ b/src/main/java/net/minecraft/world/entity/npc/VillagerTrades.java
-@@ -1643,7 +1643,8 @@ public class VillagerTrades {
+@@ -1641,7 +1641,8 @@ public class VillagerTrades {
return null;
} else {
ServerLevel serverLevel = (ServerLevel)entity.level();