mt-mods / technic

Technic mod for Minetest
18 stars 25 forks source link

Confused about water turbine #256

Closed spacekookie closed 2 years ago

spacekookie commented 2 years ago

Hey! I'm pretty new to minetest and technic and confused about the "water turbine" item. In my game it's extremely easy to craft (4 sticks + 1 iron ingot) which doesn't seem to line up with the recipe for "hydro turbine" that I found in the code.

Is this another mod adding an item? Is there maybe some weird interaction between items?

wsor4035 commented 2 years ago

pretty sure your looking at the mesecon water turbine

wsor4035 commented 2 years ago

image mesecon left, technic right (has two)

spacekookie commented 2 years ago

Ooh! Thanks for the quick reply! Oh so the hydro generator is the same as "hydro_turbine" in the code?

wsor4035 commented 2 years ago

right https://github.com/mt-mods/technic/blob/bc9a7759f3d902d2c72cd2763fe08e0e9fce4340/technic/machines/MV/hydro_turbine.lua and https://github.com/mt-mods/technic/blob/bc9a7759f3d902d2c72cd2763fe08e0e9fce4340/technic/machines/LV/water_mill.lua

spacekookie commented 2 years ago

Ooh okay. Thanks for clarifying it