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
|
// Can open doors or trapdoors
|
||||||
DOOR,
|
DOOR,
|
||||||
|
|
||||||
|
// Can dye sheeps
|
||||||
|
DYEING,
|
||||||
|
|
||||||
// Can use Elytras
|
// Can use Elytras
|
||||||
ELYTRA,
|
ELYTRA,
|
||||||
@ -804,4 +807,4 @@ public class Island {
|
|||||||
public void setUuid(UUID uuid) {
|
public void setUuid(UUID uuid) {
|
||||||
this.uuid = uuid;
|
this.uuid = uuid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user