add sulfur block

This commit is contained in:
OgelGames
2020-04-12 19:14:14 +10:00
parent ebcf274ca2
commit 4e0f81c4a0
3 changed files with 9 additions and 0 deletions

View File

@ -95,6 +95,7 @@ register_block("technic:lead_block", "technic:lead_ingot")
register_block("technic:cast_iron_block", "technic:cast_iron_ingot")
register_block("technic:carbon_steel_block", "technic:carbon_steel_ingot")
register_block("technic:stainless_steel_block", "technic:stainless_steel_ingot")
register_block("technic:sulfur_block", "technic:sulfur_lump")
minetest.register_craft({
type = 'cooking',