forked from minetest-mods/more_chests
Fix wifi chest front texture
This commit is contained in:
parent
886108a1af
commit
f3c799b9b3
@ -8,7 +8,8 @@ local wifi = gen_def({
|
|||||||
tiles = {
|
tiles = {
|
||||||
top = "wifi_top.png",
|
top = "wifi_top.png",
|
||||||
side = "wifi_side.png",
|
side = "wifi_side.png",
|
||||||
front = "wifi_front.png"
|
front = {name="wifi_front_animated.png", animation={type="vertical_frames",
|
||||||
|
aspect_w=16, aspect_h=16, length=2.0}}
|
||||||
},
|
},
|
||||||
recipe = {
|
recipe = {
|
||||||
{"group:wood", "default:mese", "group:wood"},
|
{"group:wood", "default:mese", "group:wood"},
|
||||||
|
Loading…
Reference in New Issue
Block a user