add infowall for the loud_walking server
This commit is contained in:
parent
60fe9391c2
commit
30c9f07292
17
nodes.lua
17
nodes.lua
@ -178,3 +178,20 @@ minetest.register_node("illuna:instruction_block_4", {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
minetest.register_node("illuna:lw_instructions", {
|
||||||
|
description = "Instructions for the biopodworld",
|
||||||
|
drawtype = "signlike",
|
||||||
|
tiles = {"lw_instructions.png"},
|
||||||
|
visual_scale = 3.0,
|
||||||
|
inventory_image = "lw_instructions.png",
|
||||||
|
wield_image = "lw_instructions.png",
|
||||||
|
paramtype = "light",
|
||||||
|
paramtype2 = "wallmounted",
|
||||||
|
light_source = 12,
|
||||||
|
sunlight_propagates = true,
|
||||||
|
walkable = false,
|
||||||
|
selection_box = {
|
||||||
|
type = "wallmounted",
|
||||||
|
},
|
||||||
|
groups = { unbreakable = 1 },
|
||||||
|
})
|
||||||
|
BIN
textures/lw_instructions.png
Normal file
BIN
textures/lw_instructions.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 279 KiB |
Loading…
x
Reference in New Issue
Block a user