mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 15:20:37 +02:00
use basic_materials mod where possible.
This commit is contained in:
committed by
Ekdohibs
parent
f702a6597b
commit
44cb8df048
@ -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 = {
|
||||
|
Reference in New Issue
Block a user