From 479ec05e3b15937ae7e988d9050d167fc6ba307d Mon Sep 17 00:00:00 2001 From: md_5 Date: Mon, 27 Aug 2018 07:00:56 +1000 Subject: SPIGOT-4310: Reset villager career level with trades --- nms-patches/EntityVillager.patch | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nms-patches') 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) { -- cgit v1.2.3