9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-24 17:39:32 +00:00

Fixed crafting not working

This commit is contained in:
Auxilor
2021-10-08 19:15:31 +01:00
parent 86eb5ff216
commit c9d26c47fa

View File

@@ -59,12 +59,12 @@ class Reforge(
stone
).register()
if (config.getBool("craftable")) {
if (config.getBool("stone.craftable")) {
Recipes.createAndRegisterRecipe(
plugin,
"stone_" + this.id,
stone,
config.getStrings("recipe", false)
config.getStrings("stone.recipe", false)
)
}
}