SPIGOT-4310: Reset villager career level with trades
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user