mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-02 00:00:37 +02:00
add sulfur block
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user