Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-09 | add GUI for output hatch fluid lock | GlodBlock | |
2021-10-05 | allow single block generators accept long value | GlodBlock | |
the single block Naq V gens fuel value is over max int, so it will fail to accept. | |||
2021-10-03 | Merge pull request #672 from Prometheus0000/New_stuff | Martin Robertz | |
Add higher tier parts | |||
2021-09-29 | Merge pull request #675 from Prometheus0000/HI | Martin Robertz | |
Allow HI stacking to 64 | |||
2021-09-29 | Allow HI stacking to 64 | Prometheus0000 | |
2021-09-29 | Finish up | Prometheus0000 | |
2021-09-28 | Merge pull request #674 from Florexiz/experimental | Martin Robertz | |
Implemented limiting mode for input busses (same as in singleblocks) | |||
2021-09-28 | Replaced get() with get_nocopy() | Florexiz | |
2021-09-27 | Limiting mode now disabled for already existing busses | Florexiz | |
2021-09-27 | Implemented limiting mode for input busses (same as in singleblocks) | Florexiz | |
2021-09-27 | allow VF to accept fluid input | GlodBlock | |
2021-09-27 | Add higher tier parts | Prometheus0000 | |
2021-09-26 | Merge pull request #665 from GTNewHorizons/GlodBlock-patch-1 | Martin Robertz | |
allow NEI to search fluid for cell | |||
2021-09-26 | preload all FluidContainerData | GlodBlock | |
2021-09-25 | Add number formatting to overlooked spot | D-Cysteine | |
2021-09-21 | Merge pull request #660 from Minepolz320/experimental | Martin Robertz | |
Gregtech tools Fix | |||
2021-09-19 | Fix GT Tools | Minepolz320 | |
I tried to fix the tools | |||
2021-09-19 | change the color for Quatz Sand and Potassium | DreamMasterXXL | |
add control circuit in assembler for rotor production | |||
2021-09-17 | Merge pull request #654 from kuba6000/THTR-Rework | Martin Robertz | |
New casing for HTGR | |||
2021-09-14 | Merge pull request #659 from kuba6000/crashfix | Martin Robertz | |
Fix crash | |||
2021-09-13 | Fix crash | kuba6000 | |
2021-09-10 | Merge pull request #650 from GTNewHorizons/Track-Rebalance | Martin Robertz | |
rework(RC Rails) | |||
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 | add Vanadium Gallium and Naquadah generate gears | DreamMasterXXL | |
(cherry picked from commit 6a5448b476d3c78e63a79eb60f3f82b4f57035ba) | |||
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 | enable VanadiumGallium and Naquadah small Gears | DreamMasterXXL | |
2021-08-27 | outdated i remove them | DreamMasterXXL | |
2021-08-26 | rework(RC Rails) | DreamMasterXXL | |
buff recipes for rebars, tracks and rails add circuit support to Bender | |||
2021-08-22 | Launch at least one worker thread | Glease | |
2021-08-22 | Merge pull request #645 from GTNewHorizons/patch-empty-fluid-stack | Martin Robertz | |
Fix GUI fluid pick up producing fluid stack with 0 amount | |||
2021-08-22 | unify gui drain fluid code path and add missing check | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-08-21 | use hook as Glease suggested | GlodBlock | |
2021-08-16 | Merge pull request #642 from GTNewHorizons/beter-power-net | boubou19 | |
fix wierd burning cable | |||
2021-08-16 | remove import | korneel vandamme | |
2021-08-16 | a better way to stop wierd burning | korneel vandamme | |
2021-08-16 | atempt to fix wierd burning cable bug | korneel vandamme | |
2021-08-16 | Removed useless concurrency for some maps | TimeConqueror | |
2021-08-12 | Added liquid rendering inside Large Fluid Pipe | TimeConqueror | |
2021-08-12 | Sped up GT_Utility#areUnificationsEqual | TimeConqueror | |
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 | Fix GT_MetaTileEntity_Buffer sort mode chat message | D-Cysteine | |
2021-08-08 | Add formatting to getCoordinateScan() | D-Cysteine | |
2021-08-08 | Add formatting to pipe heat capacity | D-Cysteine | |
2021-08-08 | Add formatting to getInfoData() | D-Cysteine | |
2021-08-08 | Remove scientific notation formatter | 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 | Merge branch 'format-numbers' of ↵ | D-Cysteine | |
https://github.com/D-Cysteine/GT5-Unofficial into format-numbers |