forked from VoxeLibre/VoxeLibre
Add nether quartz recipe
This commit is contained in:
parent
ec4f523ac6
commit
6386f2a42a
|
@ -787,6 +787,13 @@ minetest.register_craft({
|
||||||
cooktime = 10,
|
cooktime = 10,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "cooking",
|
||||||
|
output = "default:quartz_crystal",
|
||||||
|
recipe = "default:quartz_ore",
|
||||||
|
cooktime = 10,
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "cooking",
|
type = "cooking",
|
||||||
output = "default:clay_brick",
|
output = "default:clay_brick",
|
||||||
|
|
Loading…
Reference in New Issue