mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-18 15:18:26 +01:00
Merge branch 'database' of https://github.com/tastybento/bskyblock.git
into database Conflicts: src/main/java/us/tastybento/bskyblock/database/objects/Island.java
This commit is contained in:
commit
ee80f616ff
@ -96,6 +96,9 @@ public class Island extends DataObject {
|
|||||||
// Can open doors or trapdoors
|
// Can open doors or trapdoors
|
||||||
DOOR,
|
DOOR,
|
||||||
|
|
||||||
|
// Can dye sheeps
|
||||||
|
DYEING,
|
||||||
|
|
||||||
// Can use Elytras
|
// Can use Elytras
|
||||||
ELYTRA,
|
ELYTRA,
|
||||||
|
|
||||||
@ -798,5 +801,4 @@ public class Island extends DataObject {
|
|||||||
this.uniqueId = uniqueId;
|
this.uniqueId = uniqueId;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user