Fix wifi chest front texture

This commit is contained in:
Louis 2021-02-25 16:48:58 +01:00
parent 886108a1af
commit f3c799b9b3
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ local wifi = gen_def({
tiles = {
top = "wifi_top.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 = {
{"group:wood", "default:mese", "group:wood"},