Trinsdar / GTC-Expansion

GNU Lesser General Public License v3.0
4 stars 6 forks source link

Large steam turbine can not be assembled? #32

Closed DBotThePony closed 4 years ago

DBotThePony commented 4 years ago

Description of the Bug

I tried various configurations and none of them worked 2020-06-11_12 03 57 2020-06-11_12 03 59 2020-06-11_12 04 10 2020-06-11_12 04 12

However, after seeing this https://github.com/Trinsdar/GTC-Expansion/blob/c9943d962562f9dd640833f238abb0e6954ce804/src/main/java/gtc_expansion/tile/multi/GTCXTileMultiLargeSteamTurbine.java#L303

And this https://github.com/Trinsdar/GTC-Expansion/blob/c9943d962562f9dd640833f238abb0e6954ce804/src/main/java/gtc_expansion/tile/multi/GTCXTileMultiLargeSteamTurbine.java#L312

I started to question myself if it is ever possible to construct such turbine

checkStructure() { return lorem ipsum; }

Trinsdar commented 4 years ago

It should work fine, i tested this myself, and i would know if tge structure didn't work. Did you build it like what's here in the wiki for gt4? https://ftbwiki.org/Large_Steam_Turbine_(GregTech_4_Structure) Ignore the output and maintenance hatch stuff, output will invalidate the structure and maintenance doesn't exist

DBotThePony commented 4 years ago

Output hatch were causing the problem. But you really should allow output hatches (they don't serve any purpose (unless you add water recycling from steam for realism), but in general they should not invalidate the structure, like in gt5 and original gt4)

Trinsdar commented 4 years ago

I'll consider it