aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-20enabled, balanced(?) wood multiblockSphyix
2021-11-20Merge pull request #51 from GTNewHorizons/optimize-paralleteMartin Robertz
optimize parallel algorithm Former-commit-id: b89d87612f9070906a8db894527b5b4964767fec
2021-11-20remove hacky codeGlodBlock
Former-commit-id: 78faefd2b12534fcb0fe06738abd34b24c98174b
2021-11-20Merge pull request #741 from repo-alt/experimentalMartin Robertz
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/3166
2021-11-20Merge pull request #743 from D-Cysteine/fix-gtpp-semifluidMartin Robertz
Fix GT++ semi-fluid generator
2021-11-20Merge pull request #732 from D-Cysteine/lock-single-recipeMartin Robertz
[Proof of concept] Allow locking multi-block machines to a single recipe, to reduce server cost
2021-11-20Merge pull request #735 from GTNewHorizons/AssLine-Data-Stick-FixMartin Robertz
Assembly line data stick fix
2021-11-20Fix GT_Recipe_Map_Fuel not handling fuel recipes correctlyD-Cysteine
This fixes the GT++ semi-fluid generator
2021-11-19remote jitpack, still buildsTom Dickson
2021-11-19Merge branch 'GTNewHorizons:master' into masterbombcar
2021-11-19Remove wireless charging chat spam in local or mixed modeTom Dickson
Leave long as that's not as common
2021-11-19Merge pull request #738 from GTNewHorizons/tankchest-reworkMartin Robertz
2021-11-19give player debuff when holding a filled chest/tankGlodBlock
2021-11-19merge common codeGlodBlock
Former-commit-id: 6f3a4fb6857843e310ebcc71596f127c202a81cc
2021-11-19Merge pull request #41 from GTNewHorizons/structurelib-interationMartin Robertz
add back LFTR and refinery
2021-11-19https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/3166repo_alt
Flip wrench behaviour for buffer-like tiles
2021-11-19Merge pull request #740 from repo-alt/experimentalMartin Robertz
Fluid lost when transporting fluid from GregTech pipe to EnderIO Conduit
2021-11-19Fluid lost when transporting fluid from GregTech pipe to EnderIO Conduitrepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/4161
2021-11-18Merge pull request #739 from GTNewHorizons/patch-hogMartin Robertz
Add MTBE as an alternative to ETBE in HOG production
2021-11-18Update build.gradleTom Dickson
2021-11-18make consistent tabsTom Dickson
2021-11-18Merge branch 'master' of https://github.com/bombcar/GTplusplusTom Dickson
2021-11-18Update build.gradleTom Dickson
matching new repositories
2021-11-19Add MTBE as an alternative to ETBE in HOG productionGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-18add back LFTR and refineryGlodBlock
2021-11-18make tank/chest keep its contents when harvstedGlodBlock
2021-11-18Factor in stack sizes for Hashing.Alkalus
2021-11-18Actually add items to the Input Array that is hashed.Alkalus
2021-11-17Merge pull request #36 from GTNewHorizons/structurelib-interationMartin Robertz
structurelib interation and disable some multis
2021-11-17Merge branch 'experimental' into lock-single-recipeMartin Robertz
2021-11-17Merge pull request #737 from GTNewHorizons/patch-uoMartin Robertz
Fix NPE and math bugs in underground oil
2021-11-17Added hashCode and equals overrides to GT_Recipe_AssemblyLine.Alkalus
2021-11-17Fix NPE and math bugsGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-17Merge pull request #734 from GTNewHorizons/patch-cover-nbtMartin Robertz
convert cover data storage to a full nbt tag
2021-11-17Merge pull request #40 from iouter/masterMartin Robertz
add GUI for overflow valve
2021-11-17Merge pull request #736 from GTNewHorizons/patch-8856Martin Robertz
Change 2H2+O2=H2O recipe
2021-11-17Change 2H2+O2=H2O recipeGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-17Revert unintended changes in GT_Cover_ItemMeterGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-17Rename GT_CoverBehavior_New to GT_CoverBehaviorBaseGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-17put my names on it somehowGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-17convert ItemFilter to use NBTTagCompound storageGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-17convert cover data storage to a full nbt tagGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-17my mistake...iouter
2021-11-17change formatiouter
2021-11-17add GUI for overflow valveiouter
2021-11-16Merge pull request #38 from iouter/masterMartin Robertz
Separate recipes of the multiblock mixer
2021-11-16Implemented use of GT_AssemblyLineUtils for the Scanner and Assembly line.Alkalus
Cleaned up Assembly Line recipe handling code. Cleaned up Scanner AL recipe handling code. Cleaned up GT_AssemblyLineUtils a touch and added a little more debugging. (Turn D1 on in GT)
2021-11-16optimize parallel algorithmGlodBlock
Former-commit-id: b4d3eeaa77c61c2597326a3e659c008c07087779
2021-11-16Merge pull request #733 from GTNewHorizons/patch-uoMartin Robertz
Underground oil and pollution persistence form rework
2021-11-16Potentially implemented Assembly Line Recipe Hash checking to the Scanner ↵Alkalus
and Assembly line.