forked from VoxeLibre/VoxeLibre
Animate sea lantern
This commit is contained in:
parent
68dd39cea1
commit
10510d1ca8
|
@ -477,7 +477,7 @@ minetest.register_node("mcl_core:sea_lantern", {
|
||||||
{ items = {'mcl_core:prismarine_cry 2'}}
|
{ 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},
|
groups = {oddly_breakable_by_hand=3, building_block=1},
|
||||||
sounds = mcl_core.node_sound_glass_defaults(),
|
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 |
Loading…
Reference in New Issue