Age | Commit message (Collapse) | Author |
|
* Fluid Regulator GUI fixes
* Disallow too large negative value
* Fix inputting invalid values in a row does not update textbox
* another fix for invalid input
* Fix messing around with tick rate can bypass pump limit
* tab
|
|
|
|
* Fix ME OutputBus void items
* Make backward compatible
|
|
|
|
|
|
* More Disassembler fixes
* blacklist Mixed Metal Ingot
|
|
|
|
|
|
* Add Fluid Storage Monitor Cover
* Add support for normal cells etc.
* Add Recipe
|
|
* Use proper method for emptying container item
* Add javadoc
|
|
|
|
(cherry picked from commit f0b8c6e8c1a18b2872c47ceb19782fca731a8094)
|
|
* Address some warning found by static code analysis
* Improve variables naming by redoing logic
|
|
|
|
* Add Threshold to Energy Detector Cover
* Fix things
* Refactor
|
|
* Refactors
* Refactor CoverableTileEntity a bit more, pull out a CommonMetaTileEntity
* Add an IDebugableTileEntity interface instead of checking various subclasses
* Move more redstone related things to CoverableTileEntity
* Add IGTENet
* Final and dead code removal
* Address a few comments, fix a few comments, remove some more dead code, and add some more finals.
* fix bad rebase
|
|
|
|
|
|
|
|
|
|
|
|
* Add a voiding mode for Super/Quantum tanks
* Fix things
* Fix things
|
|
* Loose Mode Turbine Changes
- Changed Steam loose mode efficiency and optimal flow to improve this mode, especially on the lategame turbines. Efficiency was capped at 75% regardless of the regular value, with this change setting it to always be a percentage of the tight mode efficiency, down to 60% for those lategame turbines, and a maximum of 90% of the tight mode value for the lowest efficiency turbines.
- Also changed the optimal flow calculation to grant a larger optimal flow in loose mode than it was before the change, for all turbines except the highest efficiency ones;
- Improved the tooltip for these turbines, updating to these new values, fixing a typo and showing the EU/t for steam at optimal flow, in both modes.
* Fixed Weird Spacing
* Update GT_MetaGenerated_Tool.java
* Remove Duplicate Formula for Loose Mode
|
|
* Allows sorting of configuration circuits
* Fix things
|
|
(cherry picked from commit 131d67ab7a58a5b0c00a6e711ab4e7558e036d78)
|
|
|
|
Assemblers (#1011)
|
|
|
|
|
|
* Optimize conveyors, input busses, chest buffers
* More checks
* More checks and fixes
* Check for slot validity when sorting
* Fix NPE
* More optimization
* Fix disable sort not working
* Enable order in input bus, Some fixes
|
|
|
|
* Fix secondary description not written to language file
* Extract ISecondaryDescribable interface
* Recover isDisplaySecondaryDescription in MetaTileEntity
|
|
|
|
* make miner output to correct slots
* fix git derp
|
|
* Add info to tricorder
* Add number formatting
|
|
* pin comb type id instead of depending on array ordinal
* fix up _NULL related problems
* fix out of bound
* make it private
* add some more test
|
|
|
|
|
|
(cherry picked from commit ac75144b6aedae4214d3103c075345a1bb563869)
|
|
* change Biomass brewing recipe to 1000 mb
make distilled water recipe much quicker
(cherry picked from commit 64d599e1bd37174df4ae5555f0492e058d40fb61)
* fix biomass recipe
(cherry picked from commit af0cbc4b4f207fd21428f656572d0fa5a1d013e2)
* set input and aoutput stack to 1000L
* change back to 1000L
(cherry picked from commit 63d5b7b3bbf3d3e80485454a3c87eef65dbb28e6)
* remove duplication entry
change recipe stack(water)
(cherry picked from commit cf86138953199b8dbc9a87451ce0be9c44bf1056)
* Revert "set input and aoutput stack to 1000L"
This reverts commit 500a250ade0d4eab963b96646a01c497cb252abb.
(cherry picked from commit c5142567a319f8379bf716d098e97b7d809783c7)
|
|
* Add blueprint support to Cleanroom
* Fix minimum height in hologram
* Just Interface
|
|
|
|
|
|
Co-authored-by: bot <Krampus.sack.never@gmail.com>
|
|
* Add controller inventory slot to stored inputs
* Prevent adding circuit twice
|
|
|
|
(cherry picked from commit bc7e44b70cf7a79f46ce4528cef4854c0c7c26a1)
|
|
(cherry picked from commit 37b07f0731a49d3ac54b702619d8ef0aead2a04e)
|
|
closes https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9442
|
|
move item to output slots. (#946)
|