add techeth-alpha banner
This commit is contained in:
parent
2de362f308
commit
0b51b69d1b
26
nodes.lua
26
nodes.lua
@ -282,6 +282,32 @@ minetest.register_node("illuna:lw_instructions", {
|
|||||||
groups = { unbreakable = 1 },
|
groups = { unbreakable = 1 },
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_node("illuna:techeth_logo", {
|
||||||
|
description = "Blabla Rabarber",
|
||||||
|
drawtype = "signlike",
|
||||||
|
tiles = {
|
||||||
|
{
|
||||||
|
name = "techeth_alpha.png",
|
||||||
|
animation = {
|
||||||
|
type = "vertical_frames",
|
||||||
|
aspect_w = 1000,
|
||||||
|
aspect_h = 1000,
|
||||||
|
length = 1
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
visual_scale = 3.0,
|
||||||
|
inventory_image = "techeth_alpha.png",
|
||||||
|
wield_image = "techeth_alpha.png",
|
||||||
|
paramtype2 = "wallmounted",
|
||||||
|
light_source = 12,
|
||||||
|
sunlight_propagates = true,
|
||||||
|
walkable = false,
|
||||||
|
selection_box = {
|
||||||
|
type = "wallmounted",
|
||||||
|
},
|
||||||
|
groups = { unbreakable = 1 },
|
||||||
|
})
|
||||||
if minetest.get_modpath("ethereal") then
|
if minetest.get_modpath("ethereal") then
|
||||||
-- disallow placing of lava below -2 except player has the trusted_player priv
|
-- disallow placing of lava below -2 except player has the trusted_player priv
|
||||||
minetest.override_item("default:lava_source", {
|
minetest.override_item("default:lava_source", {
|
||||||
|
BIN
textures/techeth_alpha.png
Normal file
BIN
textures/techeth_alpha.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
Loading…
x
Reference in New Issue
Block a user