| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-30 | fix Tesla Tower can't recognize LuV coil | Raphael | |
| from LV to ZPM should be 7 tiers | |||
| 2022-09-30 | no-more-duplicate-key | iouter | |
| 2022-09-29 | Fix black bronze mixer recipe taking less electrum than it should (#1422) | Glease | |
| * Fix black bronze mixer recipe taking less electrum than it should * forget to commit this line as well | |||
| 2022-09-28 | Merge pull request #102 from GTNewHorizons/Fix | Connor-Colenso | |
| Fix text going off screen | |||
| 2022-09-28 | Fix mixer dupe bug with ME input bus (#380) | Maxim | |
| * Change accidently inventory access on bus as this will cause dupe bugs with the ME bus * Apply spotless | |||
| 2022-09-28 | Fix input seperation on mixer (#379) | Maxim | |
| * Added back logic that has input seperation, while still allowing having no input busses at all * Apply spotless | |||
| 2022-09-27 | Proper fix for charger slot in Regulator not dropping item stored when ↵ | miozune | |
| broken (#1420) | |||
| 2022-09-27 | Revert "Fix charger slot in Regulator not dropping item stored (#1417)" (#1419) | Connor-Colenso | |
| This reverts commit 697925c533c870f5f5b18d4b59287d9557d2de27. | |||
| 2022-09-27 | Fix text going off screen | GTNH-Colen | |
| 2022-09-27 | Fix charger slot in Regulator not dropping item stored (#1417) | miozune | |
| 2022-09-27 | Broken | GTNH-Colen | |
| 2022-09-26 | Fix createIndexedRecipeListCache not considering recipes smaller than 3x3 ↵ | Glease | |
| (#1416) | |||
| 2022-09-26 | Merge pull request #101 from GTNewHorizons/feature/uhv-hatch-recipe-coolant | Martin Robertz | |
| Allow any of 360k coolant for UHV Energy Hatch / Dynamo Hatch | |||
| 2022-09-26 | Fix fluid-extraction recipes for Redstone Alloy are incorrectly overwritten ↵ | miozune | |
| (#377) | |||
| 2022-09-26 | Fix mixer requiring input busses to work (#375) | Maxim | |
| * Removed unnecessary inputs builder from mixer * Applied spotless | |||
| 2022-09-26 | Made super bus recipe time not tier dependend (#376) | Maxim | |
| 2022-09-26 | Adapt some multiblock GUIs for configuration circuit (#1415) | miozune | |
| * Adapt Distillation Tower GUI for configuration circuit * Ore Drilling Plant & Pyrolyse Oven | |||
| 2022-09-26 | Fix NPE with Crop Harvester (#378) | miozune | |
| * Fix NPE with Crop Harvester * address review | |||
| 2022-09-26 | Added start and end processing calls to NA onPostTick item access (#87) | Maxim | |
| 2022-09-26 | Allow any of 360k coolant for UHV Energy Hatch / Dynamo Hatch | miozune | |
| 2022-09-26 | Merge pull request #100 from minecraft7771/DupeFixes | Martin Robertz | |
| Added start and end processing call to infuser to sync ME bus | |||
| 2022-09-26 | Added start and end processing calls to machines that work with inputs in ↵ | Maxim | |
| onPostTick (GTNewHorizons/bartworks#206) | |||
| 2022-09-26 | Added start and end processing calls to machines that work with inputs in ↵ | Maxim | |
| onPostTick (#206) Former-commit-id: 34f1e0867e65c8aeae02e1391e4502e9a8498a03 | |||
| 2022-09-26 | Added start and end processing call to infuser to sync ME bus | minecraft7771 | |
| 2022-09-26 | Add chemical formula to ore tooltip (#1413) | Glease | |
| * Add chemical formula to ore tooltip * Spotless apply for branch feature/ore-tooltip for #1413 (#1414) Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | |||
| 2022-09-26 | Fix muffler not stopping to run when multi is broken (#1411) | Maxim | |
| * Stop muffler when they are removed from the structure and when the controller is broken * Refactoring of muffler toggling | |||
| 2022-09-25 | Fix incorrect mutation block name for explosive bee (#1412) | Vladislav Laetansky | |
| 2022-09-25 | Fix EU/t display in large turbine multiblocks (#374) | Raven Szewczyk | |
| 2022-09-25 | Revert "Decreased consumption by 20 since it uses the sec value per tick ↵ | Maxim | |
| (#372)" (#373) This reverts commit 7c1b717a8f90397e90f0c9e70790aaed9f0e65bb. | |||
| 2022-09-25 | Revert "Decreased consumption by 20 since it uses the sec value per tick ↵ | Maxim | |
| (#1408)" (#1410) This reverts commit da0b22e96b959f9b79af7466f6dd319528b43b2c. | |||
| 2022-09-25 | Minor turbine fixes: correct EU/t display in scanner, update flow ↵ | Raven Szewczyk | |
| multipliers in plasma turbine (#1409) | |||
| 2022-09-25 | Decreased consumption by 20 since it uses the sec value per tick (#372) | Maxim | |
| 2022-09-25 | Decreased consumption by 20 since it uses the sec value per tick (#1408) | Maxim | |
| 2022-09-25 | Rebuild turbine distribution to respect stocking input bus (#369) | Maxim | |
| 2022-09-25 | fix multiblock misbehavior after mode change (#370) | Glease | |
| * fix can buffer in singleblock mode * flush last recipe on recipe map change * Spotless apply for branch fix/adv-dt for #370 (#371) Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | |||
| 2022-09-24 | reduce RNG-ness for some centrifuge recipes (#1405) | Glease | |
| 2022-09-24 | rollback(materials): tin ores multipliers (#1406) | Léa Gris | |
| Reverts changes from https://github.com/GTNewHorizons/GT5-Unofficial/pull/1150 | |||
| 2022-09-24 | Merge pull request #98 from Kiwi233/master | Martin Robertz | |
| Update zh_CN.lang | |||
| 2022-09-24 | Updated dependencies to prevent dupes bugs with stocking input bus (#86) | Maxim | |
| 2022-09-24 | Merge pull request #99 from minecraft7771/MEInputBusDupeFix | Connor-Colenso | |
| Fix ME Stocking input bus dupe fix for all TT based MBs | |||
| 2022-09-24 | Added start and end processing calls like in the regulat MB base class, ↵ | minecraft7771 | |
| which will properly update the stocking input bus | |||
| 2022-09-24 | Fix Amazon dupe bug (#368) | Maxim | |
| * Use proper find recipe instead of this hacky way * Reenable accident comment out of log | |||
| 2022-09-24 | Removed wrong local var init (#367) | Maxim | |
| 2022-09-24 | Update zh_CN.lang | [Kiwi233] | |
| 2022-09-24 | Corrected offsets in survival placement (#366) | Maxim | |
| 2022-09-24 | Update zh_CN.lang (#22) | Kiwi | |
| 2022-09-24 | Update zh_CN.lang (#365) | Kiwi | |
| * Update zh_CN.lang * Update zh_CN.lang | |||
| 2022-09-24 | Merge pull request #38 from Kiwi233/master | Martin Robertz | |
| Update zh_CN.lang | |||
| 2022-09-24 | Merge pull request #24 from Kiwi233/master | Martin Robertz | |
| Create zh_CN.lang | |||
| 2022-09-24 | Make FluidTankInfo capacity larger in overflow voiding mode (#1404) | Raven Szewczyk | |
