Skip to content

Commit e3cd0c2

Browse files
committed
Ups forgot this one
1 parent 76d829a commit e3cd0c2

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

kubejs/startup_scripts/common/machines/multiblocks/very_late_game_multis/end_multis/component_part_hub.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ GTCEuStartupEvents.registry('gtceu:machine', event => {
33
event.create('component_part_hub', 'multiblock')
44
.rotationState(RotationState.NON_Y_AXIS)
55
.tooltips([
6+
Text.translate("block.start_core.gap"),
7+
Text.translate("gtceu.multiblock.exact_hatch_1.tooltip"),
68
Text.translate("block.start_core.breaker_line")
79
])
8-
.bottomTooltips([
9-
Text.translate("block.start_core.breaker_line"),
10-
Text.translate("block.kubejs.only_one_hatch.tooltip")
11-
])
1210
.recipeType('component_part_assembly')
1311
.recipeModifiers([GTRecipeModifiers.OC_NON_PERFECT_SUBTICK, $StarTRecipeModifiers.THROUGHPUT_BOOSTING, GTRecipeModifiers.BATCH_MODE])
1412
.appearanceBlock(() => Block.getBlock('kubejs:advanced_assembly_casing'))

0 commit comments

Comments
 (0)