forked from minetest-mods/technic
use basic_materials mod where possible.
This commit is contained in:
committed by
Ekdohibs
parent
f702a6597b
commit
44cb8df048
@ -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")
|
||||
|
@ -1,4 +1,5 @@
|
||||
default
|
||||
basic_materials
|
||||
intllib?
|
||||
mg?
|
||||
doors?
|
||||
|
@ -133,14 +133,6 @@ minetest.register_node(":technic:stainless_steel_block", {
|
||||
sounds = default.node_sound_stone_defaults()
|
||||
})
|
||||
|
||||
minetest.register_node(":technic:brass_block", {
|
||||
description = S("Brass Block"),
|
||||
tiles = { "technic_brass_block.png" },
|
||||
is_ground_content = true,
|
||||
groups = {cracky=1, level=2},
|
||||
sounds = default.node_sound_stone_defaults()
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'technic:marble_bricks 4',
|
||||
recipe = {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 649 B |
Binary file not shown.
Before Width: | Height: | Size: 377 B |
Reference in New Issue
Block a user