Skip to content

Commit

Permalink
Merge branch 'master' into crib-controller-cover
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master authored Jan 20, 2025
2 parents 02be29f + 41f9cb2 commit c0cf09b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public void onBlockDestroyed() {
protected MultiblockTooltipBuilder createTooltip() {
MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder();
tt.addMachineType("Laser Engraver, HILE")
.addInfo("200% faster than single block machines of the same voltage")
.addInfo("250% faster than single block machines of the same voltage")
.addInfo("Uses 80% of the EU normally required")
.addInfo("Laser source hatch determines maximum recipe tier and parallels")
.addInfo("Can perform recipes up to laser source tier + 1")
Expand Down Expand Up @@ -346,7 +346,7 @@ public ProcessingLogic clear() {
if (renderer != null) renderer.setShouldRender(false);
return super.clear();
}
}.setSpeedBonus(1F / 3F)
}.setSpeedBonus(1F / 3.5F)
.setEuModifier(0.8F)
.setMaxParallelSupplier(this::getMaxParallelRecipes);
}
Expand Down

0 comments on commit c0cf09b

Please sign in to comment.