Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-01 | Merge branch 'advanced_redstone_covers' | Martin Robertz | |
# Conflicts: # src/main/java/gregtech/api/util/GT_Utility.java | |||
2022-10-01 | spotless | 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-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 | 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-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 | Make FluidTankInfo capacity larger in overflow voiding mode (#1404) | Raven Szewczyk | |
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 | 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 | |
2022-09-23 | Make private text configurable | Matej Dipčár | |
2022-09-23 | Make GUI more settled and configurable | Matej Dipčár | |
2022-09-23 | Move getDescription to parent class | Matej Dipčár | |
2022-09-23 | Add new cover items | Matej Dipčár | |
2022-09-23 | Rearrange Transmitter GUI | Matej Dipčár | |
2022-09-23 | Make TransmitterBase more abstract | Matej Dipčár | |
2022-09-23 | Remove now unnecessary resetSignalAt | Matej Dipčár | |
2022-09-23 | Move advanced redstone API to Wireless Base | Matej Dipčár | |
2022-09-23 | Unregister signal also when TE is destroyed | Matej Dipčár | |
2022-09-23 | Make also WirelessData abstract | Matej Dipčár | |
2022-09-23 | Make abstract wireless base | Matej Dipčár | |
2022-09-23 | Remove unnecessary reset on receiver removal | Matej Dipčár | |
2022-09-23 | Call reset on server instead of client, and only when something actually changed | Matej Dipčár | |
2022-09-23 | Implement all advanced receiver modes | Matej Dipčár | |