recipe add: 1 flint from 3 gravel
This commit is contained in:
parent
6a117145f4
commit
747e734a3b
|
@ -19,3 +19,8 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "mcl_core:flint",
|
||||
recipe = { "mcl_core:gravel", "mcl_core:gravel", "mcl_core:gravel", },
|
||||
})
|
Loading…
Reference in New Issue