9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-21 16:09:24 +00:00

Fixed several bugs

This commit is contained in:
Auxilor
2023-03-28 16:04:59 +01:00
parent 1aa0a27c65
commit b3b7695218
2 changed files with 2 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ class EcoBoss(
val recipe = Recipes.createAndRegisterRecipe( val recipe = Recipes.createAndRegisterRecipe(
this@EcoBoss.plugin, this@EcoBoss.plugin,
"${this.id}_spawn_egg", "${this.id.key}_spawn_egg",
spawnEggBacker, spawnEggBacker,
config.getStrings("spawn.egg.recipe") config.getStrings("spawn.egg.recipe")
) )

View File

@@ -1,5 +1,5 @@
#libreforge-updater #libreforge-updater
#Mon Mar 13 13:39:16 GMT 2023 #Tue Mar 28 15:58:03 BST 2023
kotlin.code.style=official kotlin.code.style=official
libreforge-version=4.0.0 libreforge-version=4.0.0
version=9.0.0 version=9.0.0