mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-12 19:02:24 +01:00
Add nether quartz recipe
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user