rusty plating
This commit is contained in:
parent
130de5f06b
commit
57be2da0b0
@ -300,6 +300,36 @@ minetest.register_node("stm_nodes:tin_roof", {
|
||||
on_place = minetest.rotate_node
|
||||
})
|
||||
|
||||
minetest.register_node("stm_nodes:rusty_tin_roof", {
|
||||
description = "Rusty Corrugated Tin Roof",
|
||||
tiles = {
|
||||
"stm_nodes_rusty_corrugated_tin.png",
|
||||
"stm_nodes_rusty_corrugated_tin.png",
|
||||
"stm_nodes_rusty_corrugated_tin.png",
|
||||
},
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.5, -0.5, -0.5, -0.375, -0.4375, 0.5}, -- NodeBox6
|
||||
{-0.375, -0.4375, -0.5, -0.25, -0.375, 0.5}, -- NodeBox7
|
||||
{-0.375, -0.4375, -0.5, -0.25, -0.375, 0.5}, -- NodeBox8
|
||||
{-0.25, -0.5, -0.5, -0.125, -0.4375, 0.5}, -- NodeBox9
|
||||
{-0.125, -0.4375, -0.5, 0, -0.375, 0.5}, -- NodeBox10
|
||||
{0, -0.5, -0.5, 0.125, -0.4375, 0.5}, -- NodeBox11
|
||||
{0.125, -0.4375, -0.5, 0.25, -0.375, 0.5}, -- NodeBox12
|
||||
{0.25, -0.5, -0.5, 0.375, -0.4375, 0.5}, -- NodeBox13
|
||||
{0.375, -0.4375, -0.5, 0.5, -0.375, 0.5}, -- NodeBox14
|
||||
}
|
||||
},
|
||||
sounds = default.node_sound_metal_defaults(),
|
||||
groups = {cracky=1},
|
||||
on_place = minetest.rotate_node
|
||||
})
|
||||
|
||||
|
||||
minetest.register_node("stm_nodes:porthole", {
|
||||
description = "Porthole",
|
||||
tiles = {
|
||||
|
BIN
mods/stm_nodes/textures/stm_nodes_rusty_corrugated_tin.png
Normal file
BIN
mods/stm_nodes/textures/stm_nodes_rusty_corrugated_tin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 846 B |
Loading…
x
Reference in New Issue
Block a user