From a7e8da6627477c4777baa584b21620d305b8ebff Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sat, 31 Aug 2019 21:32:36 +0200 Subject: [PATCH] wind turbine finished and recipes added --- wind_turbine/rotor.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wind_turbine/rotor.lua b/wind_turbine/rotor.lua index db0c04a..d25243f 100644 --- a/wind_turbine/rotor.lua +++ b/wind_turbine/rotor.lua @@ -149,8 +149,11 @@ minetest.register_node("techage:ta4_wind_turbine", { tiles = { -- up, down, right, left, back, front "techage_rotor_top.png", - "techage_rotor_top.png", + "techage_rotor_top.png^techage_appl_hole_electric.png", "techage_rotor.png", + "techage_rotor.png", + "techage_rotor.png", + "techage_rotor.png^techage_appl_open.png", }, on_construct = tubelib2.init_mem, @@ -195,6 +198,9 @@ minetest.register_node("techage:ta4_wind_turbine_nacelle", { "techage_rotor_top.png", "techage_rotor_top.png", "techage_rotor.png", + "techage_rotor.png", + "techage_rotor.png^techage_appl_open.png", + "techage_rotor.png", }, paramtype2 = "facedir", groups = {cracky=2, crumbly=2, choppy=2},