Add Nether Block (#92)

This commit is contained in:
Aleri Kaisattera
2025-12-15 01:49:46 +06:00
committed by GitHub
parent c34722d426
commit 69be9adb9c
4 changed files with 24 additions and 0 deletions

View File

@@ -69,4 +69,19 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "nether:nether_block",
recipe = {
{"nether:nether_ingot", "nether:nether_ingot", "nether:nether_ingot"},
{"nether:nether_ingot", "nether:nether_ingot", "nether:nether_ingot"},
{"nether:nether_ingot", "nether:nether_ingot", "nether:nether_ingot"},
}
})
minetest.register_craft({
output = "nether:nether_ingot 9",
recipe = {{"nether:nether_block"}}
})
-- See tools.lua for tools related crafting