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

@ -95,6 +95,9 @@ public class Island {
// Can open doors or trapdoors
DOOR,
// Can dye sheeps
DYEING,
// Can use Elytras
ELYTRA,
@ -804,4 +807,4 @@ public class Island {
public void setUuid(UUID uuid) {
this.uuid = uuid;
}
}
}