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:
@@ -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")
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user