9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-29 20:09:14 +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(
this@EcoBoss.plugin,
"${this.id}_spawn_egg",
"${this.id.key}_spawn_egg",
spawnEggBacker,
config.getStrings("spawn.egg.recipe")
)