add worldmap
This commit is contained in:
parent
64774134d2
commit
bd40a10ed2
17
nodes.lua
17
nodes.lua
@ -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
BIN
textures/worldmap.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
Loading…
x
Reference in New Issue
Block a user