mirror of
https://github.com/craftaro/EpicSpawners.git
synced 2025-01-09 03:57:40 +08:00
Merge branch 'development'
This commit is contained in:
commit
f721ab12eb
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
||||
<groupId>com.songoda</groupId>
|
||||
<artifactId>EpicSpawners</artifactId>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<version>7</version>
|
||||
<version>7.0.1</version>
|
||||
<build>
|
||||
<defaultGoal>clean install</defaultGoal>
|
||||
<finalName>EpicSpawners-${project.version}</finalName>
|
||||
|
@ -383,6 +383,8 @@ public class SpawnerManager {
|
||||
currentSection.set("Custom-Goal", spawnerData.getKillGoal());
|
||||
currentSection.set("Convertible", spawnerData.isConvertible());
|
||||
currentSection.set("Convert-Ratio", spawnerData.getConvertRatio());
|
||||
currentSection.set("In-Shop", spawnerData.isInShop());
|
||||
currentSection.set("Shop-Order", spawnerData.getShopOrder());
|
||||
currentSection.set("Craftable", spawnerData.isCraftable());
|
||||
currentSection.set("Recipe-Layout", spawnerData.getRecipe());
|
||||
currentSection.set("Recipe-Ingredients", spawnerData.getRecipeIngredients());
|
||||
|
Loading…
Reference in New Issue
Block a user