diff options
author | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-10-30 20:29:28 -0400 |
---|---|---|
committer | Ekdohibs <nathanael.courant@laposte.net> | 2018-11-11 09:54:20 +0100 |
commit | 44cb8df048e09b64214f59db73a3fd23cfe12e77 (patch) | |
tree | aaf4b25fda0f17ff2bb16a1ca62a4010e0598e78 /technic_worldgen/crafts.lua | |
parent | f702a6597ba86569ebd894a1698608f60418f634 (diff) |
use basic_materials mod where possible.
Diffstat (limited to 'technic_worldgen/crafts.lua')
-rw-r--r-- | technic_worldgen/crafts.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/technic_worldgen/crafts.lua b/technic_worldgen/crafts.lua index fba9df9..0590e70 100644 --- a/technic_worldgen/crafts.lua +++ b/technic_worldgen/crafts.lua @@ -48,11 +48,6 @@ minetest.register_craftitem(":technic:sulfur_lump", { inventory_image = "technic_sulfur_lump.png", }) -minetest.register_craftitem(":technic:brass_ingot", { - description = S("Brass Ingot"), - inventory_image = "technic_brass_ingot.png", -}) - minetest.register_alias("technic:wrought_iron_ingot", "default:steel_ingot") minetest.override_item("default:steel_ingot", { @@ -97,7 +92,6 @@ register_block("technic:uranium_block", "technic:uranium_ingot") register_block("technic:chromium_block", "technic:chromium_ingot") register_block("technic:zinc_block", "technic:zinc_ingot") register_block("technic:lead_block", "technic:lead_ingot") -register_block("technic:brass_block", "technic:brass_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") |