corrugated iron
This commit is contained in:
parent
2755801a14
commit
9867365568
@ -271,6 +271,35 @@ minetest.register_abm({
|
||||
end
|
||||
})
|
||||
|
||||
minetest.register_node("stm_nodes:tin_roof", {
|
||||
description = "Corrugated Tin Roof",
|
||||
tiles = {
|
||||
"stm_nodes_corrugated_tin.png",
|
||||
"stm_nodes_corrugated_tin.png",
|
||||
"stm_nodes_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_corrugated_tin.png
Normal file
BIN
mods/stm_nodes/textures/stm_nodes_corrugated_tin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 446 B |
Loading…
x
Reference in New Issue
Block a user