Skip to content
Snippets Groups Projects
Commit 0b51b69d authored by Milan's avatar Milan
Browse files

add techeth-alpha banner

parent 2de362f3
No related branches found
No related tags found
No related merge requests found
......@@ -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", {
......
textures/techeth_alpha.png

85.1 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment