mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-18 07:07:40 +01:00
Added DYEING protection flag : toggle sheep dyeing
This commit is contained in:
parent
20d74e19c9
commit
a9e3b064a6
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user