GregTechCEu / GregTech

GregTech CE 1.12 fork continuing progression and development
GNU Lesser General Public License v3.0
227 stars 174 forks source link

[BUG]many Multiblocks formation bugs #758

Closed Quarri6343 closed 2 years ago

Quarri6343 commented 2 years ago

Describe the bug ・you can form the Steam Oven with 9 Steam hatches because there is no max number of it ・you can form the Central Monitor with so many Energy Hatches because the number of the solid machine casing is limited in very low number (however the there should be a limit on the Energy Hatch side) ・The Fusion Reactor says "Minimum: 0 output hatch" it is weird because the input hatch is Minimum 2 and you can't run it without the output hatch ・You cannot form the fusion reactor with the UHV Energy Hatch because it is hardcoded https://github.com/GregTechCEu/GregTech/blob/6fdcb793cb1f2875687dfcce9eb4d96244a3ed5a/src/main/java/gregtech/common/metatileentities/multi/electric/MetaTileEntityFusionReactor.java#L108-L111

Versions Forge: 14.23.5.2860 GTCEu: gregtech-1.12.2-2.1.4-beta.jar Modpack: GregTech Community Pack

Screenshots キャプチャ1168 キャプチャ1169 キャプチャ1170

ALongStringOfNumbers commented 2 years ago

Not forming the Fusion Reactor with a UHV energy hatch is intended. The Fusion Reactor allows for three tiers of energy inputs for an MK1, those being LuV, ZPM, and UV. ZPM and UV for an MK2, and UV for an MK3. These energy inputs contribute to the heat capacity of the structure, giving different amounts of heat per tier of the controller.

As for the tooltip for the number of outputs for the fusion reactor, it was decided to remove the minimum number of output hatches/buses in all multiblock structures in the voiding rework PR, as you could, for certain multiblocks, run the recipes when there are no output hatches/buses of a certain type, and it would automatically void the output of that type. Removing the recipe map minimums allowed us to apply that feature to all multiblocks, when enabled with the voiding mode button.

Quarri6343 commented 2 years ago

Not forming the Fusion Reactor with a UHV energy hatch is intended ok how can I overclock the Fusion Reactor MK III as written in the tooltips? キャプチャ1172

it was decided to remove the minimum number of output hatches/buses in all multiblock structures in the voiding rework PR ya I know but why not display nothing just like the output bus in the other multiblocks? キャプチャ1173

ALongStringOfNumbers commented 2 years ago

Not forming the Fusion Reactor with a UHV energy hatch is intended ok how can I overclock the Fusion Reactor MK III as written in the tooltips? キャプチャ1172

By providing 4A of UV, so that the multiblock will overclock. Like the other multiblock structures, providing the fusion reactor with enough Amps of a tier of power to equal the next tier will make the recipe overclock. There is no special behavior despite being a somewhat special multiblock. In addiiton, not all MK3 recipes take UV power in the first place, so those recipes would already be overclocking with the UV hatches

Quarri6343 commented 2 years ago

oh I can now understand it thank you!

Quarri6343 commented 2 years ago

・you can form the Ore Drilling Rig with many Input hatches because there is no max number of it the Output Hatch of the Fluid Drilling Rig is fine (Maximum 1) キャプチャ1191