| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-28 | Prioritize Assembler recipe over crafting one in Disassembler (#1035) | miozune | |
| 2022-04-28 | Fix wrong variable used for overclock (#181) | miozune | |
| 2022-04-27 | Fix Manual Trafo not being oredicted (#124) | miozune | |
| Former-commit-id: dd35a809af15aa7ec15565b87be64f902608ca51 | |||
| 2022-04-27 | Change configuration for Cupronickel mixer recipe (#1039) | miozune | |
| 2022-04-27 | Swap oredictionary priorities between ThY glass and Tungsten Borosilicate (#123) | miozune | |
| Former-commit-id: 89ee011b26565ff3092c6f4009f00d455f0b033f | |||
| 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-25 | wrong parent class | Yang Xizhi | |
| 2022-04-25 | Merge pull request #47 from GTNewHorizons/tt | Martin Robertz | |
| laser mode for debug gen | |||
| 2022-04-25 | fix the same message id (#35) | Yang Xizhi | |
| oversight in ctrl c/v fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10206 | |||
| 2022-04-24 | Efficiency Changes in the Universal Chemical Fuel Engine (#12) | Steelux | |
| * Efficiency Coefficient Changes - Changed the coefficients for the formulas used to calculate the fuel efficiency of Diesel and Gas fuels. This should penalize the usage of simpler, low fuel value fuels compared to their more complex, higher fuel value alternatives. * Changed Files that are Supposed to be Ignored | |||
| 2022-04-24 | Add NEI catalysts (#179) | miozune | |
| * Add NEI catalysts * Comment out Compound Fabricator | |||
| 2022-04-24 | Merge pull request #33 from GTNewHorizons/lsc-adjustment | Martin Robertz | |
| LSC recipe adjustments | |||
| 2022-04-24 | Add NEI catalysts (#120) | miozune | |
| Former-commit-id: 697cd3b647c9ce88acba144773196dfd301f7237 | |||
| 2022-04-24 | limit progress update interval to prevent too many display buffer swaps (#122) | Glease | |
| Former-commit-id: 6a05302bfb54e96cbe58ce7d26b33fee08e20f37 | |||
| 2022-04-24 | Modify the localization of `MetaGeneratedBlockItem` (#116) | MuXiu1997 | |
| Former-commit-id: adc3bad9f25f279266fb6957af6f864c5b27160b | |||
| 2022-04-24 | Modify the localization of `Werkstoff` and `BWGTMetaItems` (#115) | MuXiu1997 | |
| * Modify the localization of `Werkstoff` and `BWGTMetaItems` * Ascending Former-commit-id: d3b111eb8923cf18f3f41309d34a1febdca63f03 | |||
| 2022-04-24 | Void miners Blacklist config (#117) | MuXiu1997 | |
| * Void miners Blacklist config * Fix things Former-commit-id: ecb7ed00a5b287ef0e87f7ec32623717341008be | |||
| 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-23 | Remove tiny dusts from ore processing (#180) | miozune | |
| 2022-04-23 | laser mode for debug gen | GlodBlock | |
| 2022-04-22 | Fix EV Laser Hatches consume 0L of soldering (#121) | miozune | |
| Former-commit-id: dabe2df9ff036afc72a4ef613087b6148d6ca7e0 | |||
| 2022-04-22 | use the correct max input power method (#34) | Yang Xizhi | |
| otherwise it will try to drain more energy than it should | |||
| 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 Wood's Glass Lens is getting consumed to process Hydrogen Chloride Mix ↵ | miozune | |
| (#178) | |||
| 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-20 | Fix incorrect description on ABS (#176) | 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-18 | Fix cell amount in Hydroxide (#175) | miozune | |
| 2022-04-17 | fix derp | unknown | |
| 2022-04-17 | Merge branch 'master' of https://github.com/GTNewHorizons/GTNH-Lanthanides | unknown | |
| 2022-04-17 | Use bw definition of hexfluorosilicicicicicicic acid | unknown | |
| 2022-04-17 | Add a line in the scan result of the bacterial vat to see its current ↵ | MuXiu1997 | |
| efficiency (#118) * Refactor * Add info data * Fix things Former-commit-id: fc8ce830edaad436c77c745c0637c16e725d57d6 | |||
| 2022-04-17 | Steam multi block tooltip (#173) | MuXiu1997 | |
| 2022-04-17 | Fix Tree Farm's conditions for part (#172) | MuXiu1997 | |
| 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-16 | Merge pull request #46 from GTNewHorizons/e | Martin Robertz | |
| a missing E | |||
| 2022-04-16 | a missing E | Yang Xizhi | |
| 2022-04-16 | Allow Hand Pumps to be inserted into Toolbox (#174) | miozune | |
| 2022-04-16 | LSC recipe adjustments | miozune | |
