wind turbine finished and recipes added
This commit is contained in:
parent
270990cdee
commit
a7e8da6627
@ -149,8 +149,11 @@ minetest.register_node("techage:ta4_wind_turbine", {
|
|||||||
tiles = {
|
tiles = {
|
||||||
-- up, down, right, left, back, front
|
-- up, down, right, left, back, front
|
||||||
"techage_rotor_top.png",
|
"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_rotor.png^techage_appl_open.png",
|
||||||
},
|
},
|
||||||
|
|
||||||
on_construct = tubelib2.init_mem,
|
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_top.png",
|
"techage_rotor_top.png",
|
||||||
"techage_rotor.png",
|
"techage_rotor.png",
|
||||||
|
"techage_rotor.png",
|
||||||
|
"techage_rotor.png^techage_appl_open.png",
|
||||||
|
"techage_rotor.png",
|
||||||
},
|
},
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
groups = {cracky=2, crumbly=2, choppy=2},
|
groups = {cracky=2, crumbly=2, choppy=2},
|
||||||
|
Loading…
Reference in New Issue
Block a user