GTNewHorizons / GT-New-Horizons-Modpack

A big progressive questing modpack for Minecraft 1.7.10 balanced around the mod GregTech.
https://www.gtnewhorizons.com/
Other
1.01k stars 306 forks source link

Steam Mixer won't form Tier 2 #17287

Closed Dyonovan closed 1 month ago

Dyonovan commented 1 month ago

Your GTNH Discord Username

Dyonovan

Your Pack Version

Nightly-612 (Also tried Nightly-628)

Your Server

Private

Java Version

Java 17

Type of Server

Vanilla Forge

Your Expectation

That the Steam Mixer multi forms when built.

The Reality

Using the following:

100 Solid Steel Machine Casings 2 Steel Gear Box Casing 2 Steel Pipe Casing 8 Iron Blocks Steam Hatch ULV Input/Output Hatch Input/Output Bus (Steam)

Have tried replacing all busses/hatches with LV still nothing. Works fine for Tier 1 but just wont form with Tier 2

Your Proposal

Have the multiblock form

Final Checklist

Baerschen commented 1 month ago

Try it without the input hatch maybe. The centrifuge does not accept an input hatch aswell since its now allowed to do fluid recipes. That same restriction should be on the mixer.

Dyonovan commented 1 month ago

Input hatch is mandatory. Tier 1 wont form without it. I also checked the code and its required.

Try it without the input hatch maybe. The centrifuge does not accept an input hatch aswell since its now allowed to do fluid recipes. That same restriction should be on the mixer.

PlayfulPiano commented 1 month ago

Input hatch is mandatory. Tier 1 wont form without it. I also checked the code and its required.

Try it without the input hatch maybe. The centrifuge does not accept an input hatch aswell since its now allowed to do fluid recipes. That same restriction should be on the mixer.

huh, that doesn't seem right. Mixer might be able to have a fluid hatch output but definitely not input.

Dyonovan commented 1 month ago

According to the code its required:

buildHatchAdder(MTESteamMixer.class)
                            .atLeast(
                                SteamHatchElement.InputBus_Steam,
                                SteamHatchElement.OutputBus_Steam,
                                OutputHatch,
                                InputHatch)

Input hatch is mandatory. Tier 1 wont form without it. I also checked the code and its required.

Try it without the input hatch maybe. The centrifuge does not accept an input hatch aswell since its now allowed to do fluid recipes. That same restriction should be on the mixer.

huh, that doesn't seem right. Mixer might be able to have a fluid hatch output but definitely not input.

Miklebe commented 1 month ago

Since this ticket is in more info/testing/confirmation, after the rework on how steam multis work, the Tier 2 of Mixer forms. image image