9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2026-01-04 15:41:40 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Auxilor
2021-10-11 12:02:02 +01:00

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)
)
}
}