File tree Expand file tree Collapse file tree
src/main/java/com/gregtechceu/gtceu/common/data/machines Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,9 +283,9 @@ public static void init() {}
283283 .multiblock ("large_assembler" , WorkableElectricMultiblockMachine ::new )
284284 .langValue ("Large Assembling Factory" )
285285 .tooltips (Component .translatable ("gtceu.multiblock.parallelizable.tooltip" ))
286- .tooltips (Component .translatable ("gtceu.multiblock.exact_hatch_1.tooltip" ))
287286 .tooltips (Component .translatable ("gtceu.machine.available_recipe_map_1.tooltip" ,
288287 Component .translatable ("gtceu.assembler" )))
288+ .tooltips (Component .translatable ("gtceu.multiblock.exact_hatch_1.tooltip" ))
289289 .conditionalTooltip (GTMachineUtils .defaultEnvironmentRequirement (),
290290 ConfigHolder .INSTANCE .gameplay .environmentalHazards )
291291 .rotationState (RotationState .ALL )
You can’t perform that action at this time.
0 commit comments