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

View File

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