mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-18 07:07:40 +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
@ -95,6 +95,9 @@ public class Island extends DataObject {
|
||||
|
||||
// Can open doors or trapdoors
|
||||
DOOR,
|
||||
|
||||
// Can dye sheeps
|
||||
DYEING,
|
||||
|
||||
// Can use Elytras
|
||||
ELYTRA,
|
||||
@ -798,5 +801,4 @@ public class Island extends DataObject {
|
||||
this.uniqueId = uniqueId;
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user