rusty plating

This commit is contained in:
Toby plowy 2017-11-23 14:02:33 +01:00
parent 130de5f06b
commit 57be2da0b0
2 changed files with 30 additions and 0 deletions

View File

@ -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 = {

Binary file not shown.

After

Width:  |  Height:  |  Size: 846 B