-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: limit fluid pipe throughput per second instead of per tick * fix: display super tank / quantum tank amount correctly on fabric * refactor: extract max fluid pipe channels into a constant * fix: wrong cable colors * refactor: cleanup FluidPipeNet * fix: large boiler stops working after being unloaded * chore: update changelog & bump version
- Loading branch information
Showing
10 changed files
with
288 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# ChangeLog | ||
|
||
* add tooltip to item pipes | ||
* fix small distillery recipes missing | ||
* fix multi smelter being able to run centrifuge recipes | ||
* fix machines not being silenced/muffled when right-clicking with a hammer | ||
* fix machine controller using the redstone signal from adjacent block's wrong side | ||
* fix onChanged() not being thread-safe | ||
* fix fluid pipe throughput being too low | ||
* fix super tank & quantum tank amount being displayed incorrectly on fabric | ||
* fix wires not being colored | ||
* fix large boiler not resuming work after being unloaded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.