Animate sea lantern

This commit is contained in:
Wuzzy 2017-02-07 19:43:05 +01:00
parent 68dd39cea1
commit 10510d1ca8
2 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ minetest.register_node("mcl_core:sea_lantern", {
{ items = {'mcl_core:prismarine_cry 2'}}
}
},
tiles = {"default_sea_lantern.png"},
tiles = {{name="default_sea_lantern.png", animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=1.25}}},
groups = {oddly_breakable_by_hand=3, building_block=1},
sounds = mcl_core.node_sound_glass_defaults(),
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB