diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobosses/bosses/EcoBoss.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobosses/bosses/EcoBoss.kt index d0f7e11..6a1f529 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobosses/bosses/EcoBoss.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobosses/bosses/EcoBoss.kt @@ -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") ) diff --git a/gradle.properties b/gradle.properties index 67995d0..614330d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #libreforge-updater -#Mon Mar 13 13:39:16 GMT 2023 +#Tue Mar 28 15:58:03 BST 2023 kotlin.code.style=official libreforge-version=4.0.0 version=9.0.0