Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-19 | Fix oredict for UV/UHV Superconductor Rod (#1054) | miozune | |
2022-05-12 | Don't save unchanged file several hundred times per second (#1047) | Glease | |
* Don't save unchanged file several hundred times per second * Revise implementation It turns out Configuration#hasChanged is a nontrivial method, especially in a huge configuration file such as language file | |||
2022-05-08 | Fix ME OutputBus void items (#1051) | MuXiu1997 | |
* Fix ME OutputBus void items * Make backward compatible | |||
2022-05-06 | Change config for Sterling Silver (#1050) | miozune | |
2022-05-04 | fix negative tool (#1049) | Yang Xizhi | |
2022-05-03 | Reserve MTE IDs fon MuXiu1997 (#1048) | MuXiu1997 | |
2022-05-03 | bandaid fix for the enet npe (#1041) | Yang Xizhi | |
honestly i don't understand how bot's code works, but this initize fix the npe spamming and the shuttler still works https://discord.com/channels/181078474394566657/658620984714067968/968906808670445568 | |||
2022-05-03 | Remove dragged stack when locked fluid slot is clicked (#1046) | miozune | |
2022-05-03 | Unhide craftable bottled drinks (#1045) | miozune | |
2022-05-02 | More Disassembler fixes (#1044) | miozune | |
* More Disassembler fixes * blacklist Mixed Metal Ingot | |||
2022-04-28 | Fix LHE duping water (#1043) | Glease | |
2022-04-28 | Prioritize Assembler recipe over crafting one in Disassembler (#1035) | miozune | |
2022-04-27 | Change configuration for Cupronickel mixer recipe (#1039) | miozune | |
2022-04-26 | Fix items not moved into the other double chest when the first is full (#1036) | Glease | |
2022-04-26 | Fix input bus sorting ignoring last slot (#1037) | Glease | |
2022-04-24 | Add Fluid Storage Monitor Cover (#1027) | MuXiu1997 | |
* Add Fluid Storage Monitor Cover * Add support for normal cells etc. * Add Recipe | |||
2022-04-24 | add quadruple input hatch (#1016) | Yang Xizhi | |
* add quadruple input hatch * pull all fluid slot thing to GT_Container | |||
2022-04-24 | Use proper method for emptying container item (#1034) | miozune | |
* Use proper method for emptying container item * Add javadoc | |||
2022-04-23 | fix miner output using wrong endIndex (#1033) | Glease | |
2022-04-22 | fix Add Freezer recipe for Americium Plasma #9521 (#1031) | Martin Robertz | |
* fix Add Freezer recipe for Americium Plasma #9521 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9521 * add fluid vac freezer recipes * Revert "add fluid vac freezer recipes" This reverts commit 74fcd2f626d01f062b31fc2b7d8afddcb9637604. | |||
2022-04-22 | fix plasma to molten ratio on vac freezers | Martin Robertz | |
(cherry picked from commit f0b8c6e8c1a18b2872c47ceb19782fca731a8094) | |||
2022-04-22 | Remove `interpolate` tags from mcmeta files (#1032) | glowredman | |
Interpolation of animated textures was introduced in 1.8 snapshot 14w25a | |||
2022-04-22 | Address some warnings found by static code analysis (#1028) | Glease | |
* Address some warning found by static code analysis * Improve variables naming by redoing logic | |||
2022-04-22 | Add new textures for MAX line circuits, credit to Spluff. (#1030) | Colen | |
2022-04-21 | Fix machine rain exploding in biomes that does not have visual rains (#1026) | Glease | |
* Fix machine rain exploding in biomes that does not have visual rains * update buildscript * Add missing boolean negation | |||
2022-04-21 | Disallow disassembling Schematic (#1029) | miozune | |
2022-04-19 | Add Threshold to Energy Detector Cover (#1025) | MuXiu1997 | |
* Add Threshold to Energy Detector Cover * Fix things * Refactor | |||
2022-04-18 | Multitileentity precursor (#963) | Jason Mitchell | |
* 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 | |||
2022-04-16 | Refuse to allow multiple controllers on a single block (#1023) | MuXiu1997 | |
2022-04-16 | Fix Super/Quantum tanks `FluidTankInfo` (#1024) | MuXiu1997 | |
2022-04-13 | Fix NPE in item moving code (#1010) | Glease | |
* 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 | |||
2022-04-12 | Fix wrong battery tier (#1022) | LewisSaber | |
2022-04-12 | Fix recipe optimization ignoring chanced outputs (#1021) | miozune | |
2022-04-11 | add ALF3 for compatibilty reasons | Martin Robertz | |
2022-04-11 | Fix incorrect display for "currently locked" fluid in output hatch (#1020) | miozune | |
2022-04-10 | Fix dupe by disassembling LDFP/LDIP (#1019) | miozune | |
2022-04-09 | Allow sifter the fluid io slots (#1017) | Elisis | |
2022-04-09 | Allow using FluidDisplay stack to lock fluid in output hatch (#1015) | miozune | |
2022-04-08 | Fix LDIP using the wrong side to proxy sided requests (#1014) | Glease | |
2022-04-08 | Add a voiding mode for Super/Quantum tanks (#1009) | MuXiu1997 | |
* Add a voiding mode for Super/Quantum tanks * Fix things * Fix things | |||
2022-04-08 | Loose Mode Turbine Changes (#1000) | Steelux | |
* 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 | |||
2022-04-08 | Allows sorting of configuration circuits (#1012) | MuXiu1997 | |
* Allows sorting of configuration circuits * Fix things | |||
2022-04-08 | Allow soldering to be inserted into toolbox and used for maintenance (#1002) | miozune | |
* Suppress warnings "unmappable character" * Allow soldering to be inserted into toolbox and used for maintenance * Clearfy tooltip * Address reviews | |||
2022-04-08 | add 4 input and 4 output slots to ebf (#1004) | Martin Robertz | |
(cherry picked from commit 131d67ab7a58a5b0c00a6e711ab4e7558e036d78) | |||
2022-04-07 | Remove ADVANCEDENTROPICPROCESSING (#1005) | miozune | |
2022-04-07 | Disable generation of oredict equivalents for circuits in NEI if Custom ↵ | miozune | |
Diagram is loaded (#1003) | |||
2022-04-07 | Adding connection status tooltip for Long Distance Pipe (#1013) | MuXiu1997 | |
2022-04-05 | Disassemblers now cannot process items that is made by higher tier ↵ | miozune | |
Assemblers (#1011) | |||
2022-04-04 | Add an override to assline recipe sanity check (#1008) | Glease | |
* Add an override to assline recipe sanity check * Make it actually log the bugged recipe | |||
2022-04-04 | fix boxinator using wrong texture (#1007) | Glease | |