summaryrefslogtreecommitdiff
path: root/technic_worldgen/nodes.lua
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-10-30 20:29:28 -0400
committerEkdohibs <nathanael.courant@laposte.net>2018-11-11 09:54:20 +0100
commit44cb8df048e09b64214f59db73a3fd23cfe12e77 (patch)
treeaaf4b25fda0f17ff2bb16a1ca62a4010e0598e78 /technic_worldgen/nodes.lua
parentf702a6597ba86569ebd894a1698608f60418f634 (diff)
use basic_materials mod where possible.
Diffstat (limited to 'technic_worldgen/nodes.lua')
-rw-r--r--technic_worldgen/nodes.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/technic_worldgen/nodes.lua b/technic_worldgen/nodes.lua
index f3a88e4..14b4eba 100644
--- a/technic_worldgen/nodes.lua
+++ b/technic_worldgen/nodes.lua
@@ -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 = {