Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-01 | update BS+SA | Martin Robertz | |
2022-10-01 | With recent changes, Allow PA to handle cell-less recipes (#1346) | BlueWeabo | |
* add recipe maps, and allow PA to handle more than 1 fluid output * add some null checks * add forestry combs to the recipe map * safety null checks. * spotless | |||
2022-10-01 | refactor(fluid_api): fluent interface (#1407) | Léa Gris | |
* refactor(fluid_api): fluent interface Improves the initial construction model into a fluent interface. See: https://java-design-patterns.com/patterns/fluentinterface/ This change provides the built and saved states of a GT_Fluid, with their own interface, so that: object state validations are performed at build time, rather than causing an `IllegalStateException` to be thrown at runtime, with the previous implementation. This also allows the IDE to display and check the applicable methods for the GT_Fluid object's state, as it moves through the call chain. * hotfix off-by-one in FluidState.fromValue * minor: deduplicate buildAndRegister action * fix(withIconsFrom): needs dependency management Cracked fluid Icons were copied too early from non-cracked fluid within the `IGT_FluidBuilder`'s implementation. At this stage, the source Fluid has not registered its own icons yet, so the Cracked fluid got null Icons (fallback to Error checkerboard). This commit delegates the copy of the source fluid's Icons, to the `run` Icons texture's registration task; ensuring the source Fluid runs its own Icons textures registration before copying them, as a light-weight dependency management. | |||
2022-10-01 | no-more-duplicate-key (#1424) | iouter | |
2022-10-01 | added current parallelism in the integrated ore factory desc (#1426) | boubou19 | |
* added current parallelism in the integrated ore factory desc * spotlessApply (#1427) Co-authored-by: boubou19 <miisterunknown@gmail.com> Co-authored-by: GitHub GTNH Actions <> * updated lang file * update lang file Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | |||
2022-09-30 | fix inconsistency between oredict recipe and naive recipe (#1423) | Glease | |
also unified the logic for two recipes as much as it makes sense | |||
2022-09-30 | fix cleanroom showing wrong eu usage while starting up (#1425) | Glease | |
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-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 charger slot in Regulator not dropping item stored (#1417) | miozune | |
2022-09-26 | Fix createIndexedRecipeListCache not considering recipes smaller than 3x3 ↵ | Glease | |
(#1416) | |||
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 | 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 | 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 (#1408) | Maxim | |
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 | Make FluidTankInfo capacity larger in overflow voiding mode (#1404) | Raven Szewczyk | |
2022-09-24 | Update zh_CN.lang (#1403) | Kiwi | |
2022-09-23 | add a convenient recipe for electrolyzed water (#1402) | Glease | |
2022-09-23 | Spotless apply | Matej Dipčár | |
2022-09-23 | Properly revert `GuiCover` texture | Matej Dipčár | |
2022-09-23 | Fix previous oopsie | Matej Dipčár | |
2022-09-23 | Move `hashCoverCoords` to WirelessBase | Matej Dipčár | |
2022-09-23 | Add recipes for the new covers | Matej Dipčár | |
2022-09-23 | Add new icon for the analog mode | Matej Dipčár | |
2022-09-23 | Add cover textures | Matej Dipčár | |
2022-09-23 | Rename `In`, `Out` to `Internal`, `External` | Matej Dipčár | |
2022-09-23 | Update item cover textures | Matej Dipčár | |
2022-09-23 | Add Analog Mode to the receiver | Matej Dipčár | |
2022-09-23 | Add Maintenance Detector Cover | Matej Dipčár | |
2022-09-23 | Add Fake Item Slot to GUI | Matej Dipčár | |
2022-09-23 | Implement Wireless Item Detector | Matej Dipčár | |
2022-09-23 | Reformat intent | Matej Dipčár | |
2022-09-23 | Reset signal, only when frequency or UUID changed | Matej Dipčár | |
2022-09-23 | Fix calculating super chest content | Matej Dipčár | |
2022-09-23 | Add new hook `preDataChanged` | Matej Dipčár | |
2022-09-23 | Abstract `convertRatioToRedstone` properly | Matej Dipčár | |
2022-09-23 | Abstract `computeSignalBasedOnItems` | Matej Dipčár | |
2022-09-23 | Make `GT_GuiShortTextBox` able to map values to different display strings | Matej Dipčár | |
2022-09-23 | Make `parseTextBox` and `GT_GuiShortTextBox` more abstract | Matej Dipčár | |
2022-09-23 | Swap min, max | Matej Dipčár | |
2022-09-23 | Add more abstract `genericMouseWheel` | Matej Dipčár | |
2022-09-23 | Implement logic in Wireless Fluid Detector | Matej Dipčár | |
2022-09-23 | Add Wireless Fluid Detector Cover | Matej Dipčár | |
2022-09-23 | Make screwdriver on transmitter swap between inverted and normal mode | Matej Dipčár | |