Added DYEING protection flag : toggle sheep dyeing

This commit is contained in:
Florian CUNY 2017-05-24 11:31:41 +02:00 committed by GitHub
parent 20d74e19c9
commit a9e3b064a6
1 changed files with 4 additions and 1 deletions

View File

@ -96,6 +96,9 @@ public class Island {
// Can open doors or trapdoors
DOOR,
// Can dye sheeps
DYEING,
// Can use Elytras
ELYTRA,