mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-25 12:15:11 +01:00
Fixed Blueprints and Bundle order.
This commit is contained in:
parent
3086815612
commit
2364aaa835
2
pom.xml
2
pom.xml
@ -91,7 +91,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>world.bentobox</groupId>
|
<groupId>world.bentobox</groupId>
|
||||||
<artifactId>bentobox</artifactId>
|
<artifactId>bentobox</artifactId>
|
||||||
<version>1.5.0-SNAPSHOT</version>
|
<version>1.5.0</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -12,5 +12,6 @@
|
|||||||
"NORMAL": "double",
|
"NORMAL": "double",
|
||||||
"NETHER": "nether-island",
|
"NETHER": "nether-island",
|
||||||
"THE_END": "end-island"
|
"THE_END": "end-island"
|
||||||
}
|
},
|
||||||
|
"slot": 1
|
||||||
}
|
}
|
Binary file not shown.
@ -12,5 +12,6 @@
|
|||||||
"NORMAL": "harder",
|
"NORMAL": "harder",
|
||||||
"NETHER": "nether-island",
|
"NETHER": "nether-island",
|
||||||
"THE_END": "end-island"
|
"THE_END": "end-island"
|
||||||
}
|
},
|
||||||
|
"slot": 2
|
||||||
}
|
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user