Skip to content

Commit

Permalink
Multi ToolTip unification (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Alexdoru and github-actions[bot] authored Oct 14, 2024
1 parent 58c2065 commit c450204
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Add your dependencies here

dependencies {
compileOnly 'com.github.GTNewHorizons:GT5-Unofficial:5.09.49.68:dev'
compileOnly 'com.github.GTNewHorizons:GT5-Unofficial:5.09.50.41:dev'
api 'com.github.GTNewHorizons:Baubles:1.0.4:dev'
api 'com.github.GTNewHorizons:ModularUI:1.2.2:dev'
api 'com.github.GTNewHorizons:ModularUI:1.2.11:dev'
api ('com.github.GTNewHorizons:ThaumicBoots:1.3.9:dev'){
exclude group: 'com.github.GTNewHorizons', module: 'Electro-Magic-Tools'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,14 +359,14 @@ public IStructureDefinition<GT_MetaTileEntity_ResearchCompleter> getStructureDef
@Override
protected MultiblockTooltipBuilder createTooltip() {
MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder();
tt.addMachineType("Research Completer").addInfo("Controller block for the Research Completer")
tt.addMachineType("Research Completer")
.addInfo("Completes Thaumcraft research notes using EU and Thaumcraft nodes")
.addInfo("Place nodes in the center row").addSeparator()
.beginVariableStructureBlock(3, 3, 3, 3, 3, MAX_LENGTH, true).addController("Front center")
.addInfo("Place nodes in the center row").beginVariableStructureBlock(3, 3, 3, 3, 3, MAX_LENGTH, true)
.addController("Front center")
.addOtherStructurePart("Magical machine casing", "Top and bottom layers outside. 3 x L minimum")
.addOtherStructurePart("Warded glass", "Middle layer outside").addEnergyHatch("Any casing")
.addMaintenanceHatch("Any casing").addInputBus("Any casing").addOutputBus("Any casing")
.toolTipFinisher("Electro-Magic Tools");
.toolTipFinisher();
return tt;
}

Expand Down

0 comments on commit c450204

Please sign in to comment.