This commit is contained in:
Milan 2018-12-10 14:28:50 +01:00
commit 25c2f44178
2 changed files with 9 additions and 0 deletions

View File

@ -457,6 +457,15 @@ minetest.register_entity("illuna:kingdom_entrance", {
textures = {"illuna_kingdom_entrance.png"},
})
minetest.register_entity("illuna:market", {
visual = "sprite",
visual_size = {x=2.5,y=2.5},
collisionbox = {0},
physical = false,
glow = 10,
textures = {"illuna_market.png"},
})
function illuna.node_sound_wool(table)
table = table or {}
table.footstep = table.footstep or

BIN
textures/illuna_market.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB