mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Add nether quartz recipe
This commit is contained in:
parent
ec4f523ac6
commit
6386f2a42a
1 changed files with 7 additions and 0 deletions
|
@ -787,6 +787,13 @@ minetest.register_craft({
|
|||
cooktime = 10,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "default:quartz_crystal",
|
||||
recipe = "default:quartz_ore",
|
||||
cooktime = 10,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "default:clay_brick",
|
||||
|
|
Loading…
Reference in a new issue