Age | Commit message (Collapse) | Author |
|
* 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
|
|
|
|
|
|
* Fix NPE in item moving code
* fix erroneously adding an empty slot to filtered item stack destination list
* only remove from free slot list if this is no longer a free slot
* briefly document this huge function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
* Suppress warnings "unmappable character"
* Allow soldering to be inserted into toolbox and used for maintenance
* Clearfy tooltip
* Address reviews
|
|
(cherry picked from commit 131d67ab7a58a5b0c00a6e711ab4e7558e036d78)
|
|
|
|
Diagram is loaded (#1003)
|
|
|
|
Assemblers (#1011)
|
|
* Add an override to assline recipe sanity check
* Make it actually log the bugged recipe
|
|
|
|
|
|
* Make gregtech machines mark the chunk they're in as dirty on updates
* Avoid any potential NPE in markDirty
* Mark dirty on GT tool use (screwdriver/wrench/etc)
* Fix multiblocks not marking hatches/buses as dirty too
|
|
* 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
|
|
|
|
* Super Fuel Recipe Changes
- Removed recipes that used McGuffium, a fluid that is currently uncraftable;
- Removed recipes with LPG and Heavy Fuel inputs, as they are much easier to make than CBD. It makes little sense to have cheap oil-related fuels take the place of CBD, and this process can work as an upgrade to CBD on the advanced Large Boilers;
- Removed some recipes on the magic fuel side that used Mercury + Thaumcraft inputs, keeping only the basic, inefficient Mercury options with Blaze Powder and Ender Eyes,
- Changed all recipes with tiny dusts to use full dusts instead, and changed ratios on most of them, also for balancing purposes.
* Glue Input Change
- Changed Glue input values from 333 to 500, rounding up to a neater value (glue is very easy to get from stickreed, so I believe 500 is fine).
|
|
|
|
Allows certain processes, like the Stargatium Leaf and Naquadria Combs with crushed Naquadria Ore to yield 144L of Molten Naquadria; if GoodGenerator is loaded, this instead will be "Naquadria Goo" and requires further processing
|
|
|
|
|
|
|
|
(cherry picked from commit 206af27f5c732b4dc0f6bbe8432b90e8839c3de5)
|
|
* Fix secondary description not written to language file
* Extract ISecondaryDescribable interface
* Recover isDisplaySecondaryDescription in MetaTileEntity
|
|
remove default ebf recipe
(cherry picked from commit dfc5f6a1989d69262d1e37cdd3ed26860bebc78e)
|
|
|
|
|
|
* add multiblock platinum sludge recipes
(cherry picked from commit e233d34e88d93590d5e76ec69fbf986021f0acb0)
* balance recipe
(cherry picked from commit 20ebfca8a1eed609a6f3e1b8a0184674830aaa43)
|
|
* 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)
|