Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-08 | Allow configurable non-GT blocks in cleanroom structure | repo_alt | |
2021-09-05 | Fix potential crash | Jason Mitchell | |
2021-09-05 | New casing added | kuba6000 | |
2021-08-29 | create a MOD ID for Core Mod | DreamMasterXXL | |
change all Core mod items match with ID Add Soldering function to Material list put all Railcraft recipes from Core mot to GT | |||
2021-08-29 | change same RC items they wrongly named | DreamMasterXXL | |
add some null pointers (cherry picked from commit 09501578667ca0d47fcf96b1e4fb03bf29dfd6eb) | |||
2021-08-28 | Fix PA not setting input filter properly | Glease | |
Also slightly improved PA code quality because those IntelliJ warnings are too annoying. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-08-27 | Merge pull request #649 from kuba6000/fusionmaintenance | Martin Robertz | |
Remove random maintenance problem from fusion reactors | |||
2021-08-27 | fix(GT)Bender recipe adder | DreamMasterXXL | |
change recipe "Wooden Raols" | |||
2021-08-26 | rework(RC Rails) | DreamMasterXXL | |
buff recipes for rebars, tracks and rails add circuit support to Bender | |||
2021-08-25 | Small mistake | kuba6000 | |
2021-08-25 | Remove random maintenance problem from fusion reactors | kuba6000 | |
2021-08-22 | Actually fix the typo | Glease | |
2021-08-22 | Fix typo | Glease | |
2021-08-22 | Fix OpenComputer microchips related crafting | Glease | |
2021-08-22 | make Catalyst Fluid can't be input at side | GlodBlock | |
2021-08-22 | Merge pull request #643 from GTNewHorizons/fix-crack-recipe-check | Martin Robertz | |
allow oil cracker middle input hatch accept more fluids | |||
2021-08-21 | Add guard | kuba6000 | |
2021-08-21 | Fix for Assembly line not taking power | kuba6000 | |
2021-08-21 | use hook as Glease suggested | GlodBlock | |
2021-08-16 | Merge remote-tracking branch 'origin/experimental' into experimental | TimeConqueror | |
2021-08-16 | Removed useless concurrency for some maps | TimeConqueror | |
2021-08-14 | Merge pull request #638 from GTNewHorizons/lfp-liquid-render | Martin Robertz | |
Liquid Render inside Large Fluid Cells | |||
2021-08-11 | Update bee mutations to handle modified climate | D-Cysteine | |
2021-08-12 | Added liquid rendering inside Large Fluid Pipe | TimeConqueror | |
2021-08-12 | Item Renderers: improved readability | TimeConqueror | |
2021-08-11 | use `clear` to avoid hash map recreation | repo_alt | |
2021-08-11 | Optionally disable automation access to the digital chests with storage ↵ | repo_alt | |
buses attached | |||
2021-08-10 | Added Damage Source Based on Hot Item (for gloves in GTNHCoreMod) | TimeConqueror | |
2021-08-08 | Add formatting to getInfoData() | D-Cysteine | |
2021-08-07 | Merge pull request #630 from D-Cysteine/format-numbers | Martin Robertz | |
Add number formatting for tooltips & recipes | |||
2021-08-07 | Print powers of 10 instead, for large numbers only | D-Cysteine | |
2021-08-07 | Fix compiler warning | D-Cysteine | |
2021-08-07 | Add formatting to pipes, wires, super chests, super tanks | D-Cysteine | |
2021-08-07 | Add number formatting for tooltips & recipes | D-Cysteine | |
2021-08-05 | Remove bSortStacks check | D-Cysteine | |
2021-08-05 | Update GT_MetaTileEntity_ChestBuffer.java | D-Cysteine | |
2021-08-05 | Merge pull request #626 from D-Cysteine/bypass-disassembler | Martin Robertz | |
Add disassembler restrictions bypass | |||
2021-08-05 | Merge pull request #625 from GTNewHorizons/speedup | Martin Robertz | |
GT_Recipe Speedup | |||
2021-08-05 | Fix oversight in oil cracker structure code | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-08-04 | Merge pull request #627 from D-Cysteine/add-cracked-cells | Martin Robertz | |
Add cracked fluid cells | |||
2021-08-03 | Code cleanup | D-Cysteine | |
2021-08-03 | Use MetaGenerated_Item_99 | D-Cysteine | |
2021-08-03 | Add disassembler restrictions bypass | D-Cysteine | |
2021-08-03 | GT_Recipe: speedup | TimeConqueror | |
2021-08-03 | OutputBus: removed excess constructor with the same parameters | TimeConqueror | |
2021-08-03 | Merge pull request #622 from GTNewHorizons/gtpp-hatches | Martin Robertz | |
Added some constructors to Hatch Buses to remove some GTPP ASM | |||
2021-08-01 | Add cracked fluid cells | D-Cysteine | |
2021-08-01 | Make gtpp happy | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-08-01 | Merge remote-tracking branch 'origin/experimental' into boiler | TimeConqueror | |
2021-08-01 | Boiler: when filled with bucket being in creative mode, it doesn't transform ↵ | TimeConqueror | |
water bucket back to empty bucket. |