summaryrefslogtreecommitdiffstats
path: root/nms-patches
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches')
-rw-r--r--nms-patches/EntityVillager.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/nms-patches/EntityVillager.patch b/nms-patches/EntityVillager.patch
index 6cfcdfc5..140034fc 100644
--- a/nms-patches/EntityVillager.patch
+++ b/nms-patches/EntityVillager.patch
@@ -15,6 +15,15 @@
public class EntityVillager extends EntityAgeable implements NPC, IMerchant {
+@@ -26,7 +34,7 @@
+ public int riches;
+ private String bO;
+ public int careerId;
+- private int bQ;
++ public int bQ; // PAIL private->public
+ private boolean bR;
+ private boolean bS;
+ public final InventorySubcontainer inventory;
@@ -38,7 +46,7 @@
public EntityVillager(World world, int i) {