We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80648b6 + f02ccdf commit 3c82e2fCopy full SHA for 3c82e2f
mesecons_materials/init.lua
@@ -14,7 +14,7 @@ minetest.register_craftitem("mesecons_materials:fiber", {
14
minetest.register_craft({
15
output = "mesecons_materials:glue 2",
16
type = "cooking",
17
- recipe = "default:sapling",
+ recipe = "group:sapling",
18
cooktime = 2
19
})
20
0 commit comments