Fixed Blueprints and Bundle order.

This commit is contained in:
tastybento 2019-06-09 17:50:36 -07:00
parent 3086815612
commit 2364aaa835
6 changed files with 5 additions and 3 deletions

View File

@ -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>

View File

@ -12,5 +12,6 @@
"NORMAL": "double", "NORMAL": "double",
"NETHER": "nether-island", "NETHER": "nether-island",
"THE_END": "end-island" "THE_END": "end-island"
} },
"slot": 1
} }

View File

@ -12,5 +12,6 @@
"NORMAL": "harder", "NORMAL": "harder",
"NETHER": "nether-island", "NETHER": "nether-island",
"THE_END": "end-island" "THE_END": "end-island"
} },
"slot": 2
} }