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