add techeth-alpha banner

This commit is contained in:
Milan* 2017-06-15 16:49:04 +02:00
parent 2de362f308
commit 0b51b69d1b
2 changed files with 26 additions and 0 deletions

View File

@ -282,6 +282,32 @@ minetest.register_node("illuna:lw_instructions", {
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
-- disallow placing of lava below -2 except player has the trusted_player priv
minetest.override_item("default:lava_source", {

BIN
textures/techeth_alpha.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB