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>
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<scope>provided</scope>
</dependency>
</dependencies>

View File

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

View File

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