aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-02Bump GT5 version, fix 484L ASMD overflow.GTNH-Colen
2022-01-31Merge pull request #33 from GTNewHorizons/long-asslineboubou19
Long Assline
2022-01-31Make the TT_RecipeAdder accept AssemblyLine recipes with 16 inputsglowredman
2022-01-29Merge pull request #28 from GTNewHorizons/fix/assline-hashMartin Robertz
Fix persistent hash not set on some assline recipes
2022-01-29Merge pull request #29 from iouter/masterMartin Robertz
Modify translation numbers for localization
2022-01-29Modify translation numbers for localizationiouter
2022-01-28Fix persistent hash not set on some assline recipesGlease
2022-01-21Merge pull request #27 from Sphyix/masterMartin Robertz
consistency across circuits
2022-01-21Merge branch 'GTNewHorizons:master' into masterSphyix
2022-01-21fix consistency across circuitsSphyix
2022-01-20Merge pull request #26 from GTNewHorizons/GTNH-Colen-patch-2GTNH-Colen
Fix UMV energy hatch/dynamo recipe to use correct circuit
2022-01-20Fix UMV energy hatch/dynamo recipe to use correct circuitGTNH-Colen
2022-01-19Merge pull request #25 from GTNewHorizons/GTNH-Colen-patch-2Martin Robertz
Update DreamCraftRecipeLoader.java
2022-01-18add CCCJason Mitchell
2022-01-18update to explicit dependenciesJason Mitchell
2022-01-18maven publish buildscript updateJason Mitchell
2022-01-18Update DreamCraftRecipeLoader.javaGTNH-Colen
2022-01-03Merge pull request #24 from GTNewHorizons/GTNH-Colen-patch-2Martin Robertz
Change computation & time requirements on infinite pump.
2022-01-03Change computation & time requirements on infinite pump.GTNH-Colen
Discussed in discord.
2021-12-21add bat files to gitignoreMartin Robertz
2021-12-19Merge pull request #23 from GTNewHorizons/fixMartin Robertz
Fix dependency
2021-12-19Fix dependencyJohann Bernhardt
2021-12-18Merge pull request #19 from GTNewHorizons/unified-build-scriptMartin Robertz
Unify build script
2021-12-17Merge tag '4.10.11' into unified-build-scriptJohann Bernhardt
# Conflicts: # build.gradle.kts # real.gradle.properties
2021-12-17Update build script and CIJohann Bernhardt
2021-12-17Switch dependency of GT++ to masterJohann Bernhardt
2021-12-17Refactor AVRcore to maven dependencyJohann Bernhardt
2021-12-15bump versionMartin Robertz
2021-12-15Merge pull request #22 from GTNH-Afx237v7/masterMartin Robertz
Adjust ultimate battery soldering alloy amount
2021-12-15Adjust ultimate battery soldering alloy amountGTNH-Afx237v7
see #9131
2021-12-12Attempt #4Johann Bernhardt
2021-12-12Attempt #3Johann Bernhardt
2021-12-12Next attempt to fix jitpackJohann Bernhardt
2021-12-12Fix jitpack build issuesJohann Bernhardt
2021-12-12bump versionMartin Robertz
2021-12-12Merge branch 'master' of github.com:GTNewHorizons/TecTechMartin Robertz
# Conflicts: # build.gradle.kts
2021-12-12updATE BUILDSCRIPTMartin Robertz
2021-12-12Merge pull request #21 from GTNewHorizons/gtpp-compatMartin Robertz
Fix compat with gtpp, also fixed the build
2021-12-13Fix compat with gtpp, also fixed the buildGlease
2021-12-12Merge pull request #20 from boubou19/masterMartin Robertz
add recipe for infinite oil rig
2021-12-11add recipe for infinite oil rigboubou_19
2021-12-08Unify build scriptJohann Bernhardt
2021-10-31Merge pull request #18 from Kiwi233/masterMartin Robertz
Update zh_CN.lang
2021-10-31Update zh_CN.lang[Kiwi233]
2021-10-19Merge pull request #17 from Prometheus0000/changeMartin Robertz
Change fluid to make it divisible by 144
2021-10-18Change to make it divisible by 144Prometheus0000
2021-10-18remove blueprint recipe. It has no use anymoreDreamMasterXXL
use structurelib blueprint instead
2021-10-18Merge pull request #16 from GTNewHorizons/fix-8704Martin Robertz
Fix cycle in class initialization order
2021-10-18Fix cycle in class initialization orderGlease
ExtendedFacing depends on IAlignment being fully initialized to be instantiated as part of its class initializer, which in turn require ExtendedFacing to be fully initialized to complete class initialization. How does this even work before?
2021-10-16bump versionDreamMasterXXL