mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
SPIGOT-2776: Add Nitwit profession
This commit is contained in:
parent
0099068dbd
commit
c6bf40e4e7
1 changed files with 4 additions and 0 deletions
|
@ -138,6 +138,10 @@ public interface Villager extends Ageable, NPC, InventoryHolder {
|
|||
* Butcher profession. Wears a white apron.
|
||||
*/
|
||||
BUTCHER(false),
|
||||
/**
|
||||
* Nitwit profession. Wears a green apron, cannot trade.
|
||||
*/
|
||||
NITWIT(false),
|
||||
/**
|
||||
* Husk. <b>Reserved for Zombies</b>
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue