aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-29Oredict clay buckets + fix railcraft item IDsD-Cysteine
2021-07-29Merge pull request #608 from D-Cysteine/delete-dynamic-recipesMartin Robertz
Delete no longer needed dynamic pyrolyse recipe code
2021-07-29Merge pull request #604 from repo-alt/experimentalMartin Robertz
Missing bit of ME output bus optimization
2021-07-29add recipeGlodBlock
2021-07-29Merge branch 'GTNewHorizons:master' into masterD-Cysteine
Former-commit-id: 6b7001687fb81a7673bdd0b786f643956370df7f
2021-07-29Merge pull request #20 from D-Cysteine/fix-molten-cellsMartin Robertz
Fix wrong recipe in MoltenCellLoader Former-commit-id: cd0a935f44535770db03cb7c8e88866749be0d2d
2021-07-29Fix wrong recipe in MoltenCellLoaderD-Cysteine
Former-commit-id: 8bbfe75ad384f68a025cc8f9a0e84e66415d7f0b
2021-07-29Delete no longer needed dynamic pyrolyse recipe codeD-Cysteine
Former-commit-id: b84e31e09e2c4340884f5a518f8ff21d15e43a39
2021-07-29add desc text for large essebtia generatorGlodBlock
2021-07-28Delete dynamic recipe generation codeD-Cysteine
2021-07-28add Essentia HatchGlodBlock
2021-07-27add LargeEssentiaGenerator structure and fix some bugGlodBlock
2021-07-27Merge pull request #15 from Kiwi233/masterMartin Robertz
2021-07-27Update zh_CN.langKiwi233
2021-07-26Update real.gradle.propertiesMartin Robertz
2021-07-26Merge pull request #14 from Sphyix/masterMartin Robertz
Removed hazmat logic and ASM to gt5u
2021-07-26Merge pull request #606 from Sphyix/experimentalMartin Robertz
Added Hazmat armors
2021-07-26Merge pull request #7 from Sphyix/masterMartin Robertz
Moved hazmat protection to gt5u, updated gradle
2021-07-26Merge pull request #607 from D-Cysteine/experimentalMartin Robertz
Disable example code generating invalid materials
2021-07-26Merge pull request #13 from D-Cysteine/fix-pipe-scalingMartin Robertz
Fix fluid pipe scaling
2021-07-26Merge pull request #12 from D-Cysteine/masterMartin Robertz
Fix GUI and WAILA fluid handling for GT++ single-block boilers and steam condenser.
2021-07-27adjust multiblocks to work with structurelibGlease
Former-commit-id: a0f63ca13bdfec42f849ced647d0146d76c3b735
2021-07-26Update version numberD-Cysteine
2021-07-26Delete no longer accurate comment, and disable with if rather than ↵D-Cysteine
commenting out
2021-07-26Fix commentD-Cysteine
2021-07-26Merge branch 'GTNewHorizons:experimental' into experimentalD-Cysteine
2021-07-26Comment out example code adding invalid oresD-Cysteine
2021-07-26clean, fixed nanoSphyix
2021-07-26Merge branch 'experimental' of https://github.com/Sphyix/GT5-Unofficial into ↵Sphyix
experimental
2021-07-26added tooltip to armors providing hazmatSphyix
2021-07-26removed 1 progressbar stepSphyix
2021-07-26moved hazmat logic to gt5uSphyix
2021-07-26added hazmat armorsSphyix
2021-07-26update gradle, moved hazmat to gt5uSphyix
2021-07-25Merge pull request #605 from D-Cysteine/experimentalMartin Robertz
Fix single-block boiler GUI handling of water capacity. Also set lava boiler to 32000 capacity.
2021-07-25add blocks for LargeEssentiaGeneratorGlodBlock
2021-07-24Fix fluid pipe scalingD-Cysteine
2021-07-24Update required GregTech versionD-Cysteine
2021-07-24Re-order lines to be consistentD-Cysteine
2021-07-24Update SolarGenerator and SteamCondenser with similar changesD-Cysteine
2021-07-24Fix typoD-Cysteine
2021-07-24Update GregTech lib and version numberD-Cysteine
2021-07-24Update version numberD-Cysteine
2021-07-24Add missing (- 100) to GUI calculationsD-Cysteine
2021-07-24Fix comment indentingD-Cysteine
2021-07-24Add handling of separate steam capacity for single-block boilersD-Cysteine
2021-07-24Fix method formattingD-Cysteine
2021-07-24Merge pull request #603 from GTNewHorizons/patch-transformerMartin Robertz
2021-07-24Merge pull request #590 from GTNewHorizons/beter-power-netMartin Robertz
fix overvolatage null crach
2021-07-24Update single-block boiler GUI to use getCapacity()D-Cysteine
Update single-block boiler GUI to use GT_MetaTileEntity_Boiler.getCapacity() for computing water and steam fill percentages. Also change lava boiler to have 32000 capacity (from 16000).