add worldmap

This commit is contained in:
Milan* 2017-09-23 18:19:01 +02:00
parent 64774134d2
commit bd40a10ed2
2 changed files with 17 additions and 0 deletions

View File

@ -282,6 +282,23 @@ minetest.register_node("illuna:lw_instructions", {
groups = { unbreakable = 1 },
})
minetest.register_node("illuna:worldmap", {
description = "TechEth Worldmap",
drawtype = "signlike",
tiles = {"worldmap.png"},
visual_scale = 3.0,
inventory_image = "worldmap.png",
wield_image = "worldmap.png",
paramtype = "light",
paramtype2 = "wallmounted",
light_source = 12,
sunlight_propagates = true,
walkable = false,
selection_box = {
type = "wallmounted",
},
groups = { unbreakable = 1 },
})
minetest.register_node("illuna:techeth_logo", {
description = "Blabla Rabarber",
drawtype = "signlike",

BIN
textures/worldmap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB