mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-08 00:21:50 +01:00
SPIGOT-2776: Add Nitwit profession
By: md_5 <git@md-5.net>
This commit is contained in:
parent
b7bb02167a
commit
663f0fc229
@ -138,6 +138,10 @@ public interface Villager extends Ageable, NPC, InventoryHolder {
|
|||||||
* Butcher profession. Wears a white apron.
|
* Butcher profession. Wears a white apron.
|
||||||
*/
|
*/
|
||||||
BUTCHER(false),
|
BUTCHER(false),
|
||||||
|
/**
|
||||||
|
* Nitwit profession. Wears a green apron, cannot trade.
|
||||||
|
*/
|
||||||
|
NITWIT(false),
|
||||||
/**
|
/**
|
||||||
* Husk. <b>Reserved for Zombies</b>
|
* Husk. <b>Reserved for Zombies</b>
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user