Loading nodes.lua +9 −0 Original line number Diff line number Diff line Loading @@ -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 Loading textures/illuna_market.png 0 → 100644 +8.52 KiB Loading image diff... Loading
nodes.lua +9 −0 Original line number Diff line number Diff line Loading @@ -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 Loading