forked from MineClone5/MineClone5
Add nether quartz recipe
This commit is contained in:
parent
ec4f523ac6
commit
6386f2a42a
|
@ -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 New Issue