add deep nether brick (#47)

* add deep nether brick
* Update crafts.lua
This commit is contained in:
tenplus1
2021-07-11 03:10:58 +01:00
committed by GitHub
parent b90afa0b86
commit 023539c297
3 changed files with 16 additions and 1 deletions

View File

@@ -44,6 +44,14 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "nether:brick_deep 4",
recipe = {
{"nether:rack_deep", "nether:rack_deep"},
{"nether:rack_deep", "nether:rack_deep"}
}
})
minetest.register_craft({
output = "nether:basalt_hewn",
type = "shapeless",
@@ -61,4 +69,4 @@ minetest.register_craft({
}
})
-- See tools.lua for tools related crafting
-- See tools.lua for tools related crafting