aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-24Merge pull request #33 from GTNewHorizons/lsc-adjustmentMartin Robertz
LSC recipe adjustments
2022-04-24Add NEI catalysts (#120)miozune
Former-commit-id: 697cd3b647c9ce88acba144773196dfd301f7237
2022-04-24limit progress update interval to prevent too many display buffer swaps (#122)Glease
Former-commit-id: 6a05302bfb54e96cbe58ce7d26b33fee08e20f37
2022-04-24Modify the localization of `MetaGeneratedBlockItem` (#116)MuXiu1997
Former-commit-id: adc3bad9f25f279266fb6957af6f864c5b27160b
2022-04-24Modify the localization of `Werkstoff` and `BWGTMetaItems` (#115)MuXiu1997
* Modify the localization of `Werkstoff` and `BWGTMetaItems` * Ascending Former-commit-id: d3b111eb8923cf18f3f41309d34a1febdca63f03
2022-04-24Void miners Blacklist config (#117)MuXiu1997
* Void miners Blacklist config * Fix things Former-commit-id: ecb7ed00a5b287ef0e87f7ec32623717341008be
2022-04-24Add Fluid Storage Monitor Cover (#1027)MuXiu1997
* Add Fluid Storage Monitor Cover * Add support for normal cells etc. * Add Recipe
2022-04-24add quadruple input hatch (#1016)Yang Xizhi
* add quadruple input hatch * pull all fluid slot thing to GT_Container
2022-04-24Use proper method for emptying container item (#1034)miozune
* Use proper method for emptying container item * Add javadoc
2022-04-23fix miner output using wrong endIndex (#1033)Glease
2022-04-23Remove tiny dusts from ore processing (#180)miozune
2022-04-23laser mode for debug genGlodBlock
2022-04-22Fix EV Laser Hatches consume 0L of soldering (#121)miozune
Former-commit-id: dabe2df9ff036afc72a4ef613087b6148d6ca7e0
2022-04-22use the correct max input power method (#34)Yang Xizhi
otherwise it will try to drain more energy than it should
2022-04-22fix 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-22fix plasma to molten ratio on vac freezersMartin Robertz
(cherry picked from commit f0b8c6e8c1a18b2872c47ceb19782fca731a8094)
2022-04-22Remove `interpolate` tags from mcmeta files (#1032)glowredman
Interpolation of animated textures was introduced in 1.8 snapshot 14w25a
2022-04-22Address 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-22Add new textures for MAX line circuits, credit to Spluff. (#1030)Colen
2022-04-21Fix Wood's Glass Lens is getting consumed to process Hydrogen Chloride Mix ↵miozune
(#178)
2022-04-21Fix 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-21Disallow disassembling Schematic (#1029)miozune
2022-04-20Fix incorrect description on ABS (#176)miozune
2022-04-19Add Threshold to Energy Detector Cover (#1025)MuXiu1997
* Add Threshold to Energy Detector Cover * Fix things * Refactor
2022-04-18Multitileentity 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-18Fix cell amount in Hydroxide (#175)miozune
2022-04-17fix derpunknown
2022-04-17Merge branch 'master' of https://github.com/GTNewHorizons/GTNH-Lanthanidesunknown
2022-04-17Use bw definition of hexfluorosilicicicicicicic acidunknown
2022-04-17Add 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-17Steam multi block tooltip (#173)MuXiu1997
2022-04-17Fix Tree Farm's conditions for part (#172)MuXiu1997
2022-04-16Refuse to allow multiple controllers on a single block (#1023)MuXiu1997
2022-04-16Fix Super/Quantum tanks `FluidTankInfo` (#1024)MuXiu1997
2022-04-16Merge pull request #46 from GTNewHorizons/eMartin Robertz
a missing E
2022-04-16a missing EYang Xizhi
2022-04-16Allow Hand Pumps to be inserted into Toolbox (#174)miozune
2022-04-16LSC recipe adjustmentsmiozune
2022-04-16Add a way to bypass osmirium replacement (#119)miozune
Former-commit-id: 0698945beec7cce1cb65cea1072b6e896436e24e
2022-04-16remove a / (#33)Yang Xizhi
2022-04-14Update zh_CN.lang (#32)Kiwi
* Update zh_CN.lang * Update zh_CN.lang * Update zh_CN.lang
2022-04-14implement oredict cycling (#171)Glease
2022-04-14Merge pull request #11 from Kiwi233/masterElisis
Create zh_CN.lang
2022-04-14Create zh_CN.lang[Kiwi233]
2022-04-13Fix 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-13Steam Squasher tooltip (#170)MuXiu1997
2022-04-13use the proper recipe input checker instead of always reinvent the wheel (#169)Glease
* more resilient GTNH detection fix crashes in dev * use the standard recipe input checker instead of always reinvent the wheel
2022-04-13Later version of GTpp and GT5U, fix tooltip for Dissolution Tankunknown
2022-04-12Fix wrong battery tier (#1022)LewisSaber
2022-04-12Fix recipe optimization ignoring chanced outputs (#1021)miozune