recipe add: 1 flint from 3 gravel

This commit is contained in:
SmokeyDope 2023-09-09 16:36:05 +00:00
parent 6a117145f4
commit 747e734a3b
1 changed files with 5 additions and 0 deletions

View File

@ -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", },
})