Add destroyed planks
This commit is contained in:
parent
320264dfe8
commit
97fdc14f22
20
init.lua
20
init.lua
@ -18,6 +18,26 @@ minetest.register_node("industrial_decor:planks",{
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_node("industrial_decor:planks_destroyed",{
|
||||
description = "Destroyed Planks",
|
||||
drawtype = "signlike",
|
||||
tiles = {"industrial_decor_planks_destroyed.png"},
|
||||
inventory_image = "industrial_decor_planks_destroyed.png",
|
||||
wield_image = "industrial_decor_planks_destroyed.png",
|
||||
light_propagates = true,
|
||||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
|
||||
walkable = true,
|
||||
|
||||
|
||||
groups = {choppy = 3},
|
||||
selection_box = {
|
||||
type = "wallmounted",
|
||||
},
|
||||
})
|
||||
|
||||
--Lamps
|
||||
minetest.register_node("industrial_decor:lamp",{
|
||||
description = "Industrial Lamp",
|
||||
|
Loading…
x
Reference in New Issue
Block a user