Merge branch 'development'

This commit is contained in:
Brianna 2021-01-03 09:15:38 -06:00
commit f721ab12eb
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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());