Add VillagerInventory.java

Added the possibility to find a special rabbits foot on a villager when trading with a BUTCHER profession.
This commit is contained in:
Paldiu
2022-04-21 09:54:36 -05:00
parent fe620952bc
commit 6119180b0b
2 changed files with 57 additions and 0 deletions

View File

@ -70,6 +70,7 @@ public final class FeelingLucky extends JavaPlugin {
new RestoreHunger(this);
new TakeDamage(this);
new UnbreakableTool(this);
new VillagerInventory(this);
}
public PlayerHandler getHandler() {