mirror of
https://github.com/Auxilor/Reforges.git
synced 2026-01-06 15:51:32 +00:00
Fixed crafting not working
This commit is contained in:
@@ -59,12 +59,12 @@ class Reforge(
|
|||||||
stone
|
stone
|
||||||
).register()
|
).register()
|
||||||
|
|
||||||
if (config.getBool("craftable")) {
|
if (config.getBool("stone.craftable")) {
|
||||||
Recipes.createAndRegisterRecipe(
|
Recipes.createAndRegisterRecipe(
|
||||||
plugin,
|
plugin,
|
||||||
"stone_" + this.id,
|
"stone_" + this.id,
|
||||||
stone,
|
stone,
|
||||||
config.getStrings("recipe", false)
|
config.getStrings("stone.recipe", false)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user