From f3c799b9b386f47c56e838130cf01df3b1d3e734 Mon Sep 17 00:00:00 2001 From: Louis <55180044+louisroyer@users.noreply.github.com> Date: Thu, 25 Feb 2021 16:48:58 +0100 Subject: [PATCH] Fix wifi chest front texture --- models/wifi.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/wifi.lua b/models/wifi.lua index f40d491..19bdd0f 100644 --- a/models/wifi.lua +++ b/models/wifi.lua @@ -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"},