aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2021-01-17Fix cleanroom power usageGlease
2021-01-16Better fix.Jason Mitchell
Should be isStringValid(), not isStackValid()
2021-01-16Fix crash with speedupJason Mitchell
Not entirely sure why, but this causes a crash when registering modular armor because it can't find the ic2 good circuit...
2021-01-17Merge pull request #407 from GTNewHorizons/speeding-upMartin Robertz
Speeding up
2021-01-17Changed removing part with O(n) instead of O(n^2)TimeConqueror
2021-01-17One more changes to immutableTimeConqueror
2021-01-17Added immutable version of getOres method, which is faster due to not using ↵TimeConqueror
#addAll
2021-01-17Fix chest buffer and super buffer tooltip saying it consumes powerGlease
Left over of @eb2f20e5ed7e9c0d572928bb57a99d3f47c8fb11 Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-01-16cleanroom related fix (#405)Glease
* Fix cleanroom Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> * Fix cleanroom tooltip not mentioning diodes count limit Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-01-16fix(GT)Alumite GT ToolsDreamMasterXXL
2021-01-13Fixes MagnesiumchlorideEthryan
2021-01-11Update en_US.langElisis
Fix a whole slew of typos and general inaccuracies
2021-01-09fix entity.gregtech.GT_Entity_Arrow.name localizationboubou19
2021-01-09remove(IC2)Electric Tools recipesDreamMasterXXL
2021-01-08Merge pull request #394 from GTNewHorizons/infinty-chest-compatibiletyMartin Robertz
infinity chest compatibiltey
2021-01-08Merge pull request #396 from GTNewHorizons/disable-filterMartin Robertz
Add option to disable input machine on single block machines
2021-01-08removed loggingDreamMasterXXL
2021-01-08Add option to disable input machine on single block machinesGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-01-07Merge pull request #397 from Prometheus0000/atextMartin Robertz
Add text for achievement
2021-01-07fixed item detector cover on quantum chests (#398)repo-alt
Co-authored-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2021-01-07Re-tiered Mufflers for now (#391)bartimaeusnek
2021-01-07Merge branch 'experimental' into GT-ToolsMartin Robertz
2021-01-07Merge pull request #393 from GTNewHorizons/cleanup_and_speedupMartin Robertz
Cleanup and speedup
2021-01-05Speed up removals even moreJason Mitchell
2021-01-05Add text for achievementPrometheus0000
2021-01-05fix(rendering): bottom side orientationLéa Gris
- Fix bottom side texture orientation to not flip texture. Special thanks to @GregoriusT who raised awareness of potential issue with texture where direction matters (like button panels or texts). - Implement a flipped bottom texture rendering to have ore blocks use the very same orientation as dumb blocks ore textures from other mods. - Refactor GT_SidedTexture to use GT_RenderedTexture for rendering, rather than duplicate the rendering code of it.
2021-01-03infinity chest compatibilteybotn365
add more compatibilety for inventory that store more then a stack of items in 1 slot libe barrels and infinity chest
2021-01-03fix(GT)HArdhammer and SoftmalletDreamMasterXXL
get HardHammer and Soft Mallet working in Assembler recipes re add crafting recipes from tool parts (cherry picked from commit af10b10e360ee9bdabc68f949dd1232b10c695a7)
2021-01-021) Remove mAddGTRecipesToIC2Machines (stolen from @Glease)Jason Mitchell
2) Batch (most) recipe map removals and additions (significant speedup) 3) Modernize old java constructs --> java8 (in the files touched)
2021-01-02Remove a bunch of old, commented out shitJason Mitchell
2021-01-02remove shpeless recipes and add assembler mv onesDreamMasterXXL
(cherry picked from commit d8d867c7fa980beb19de204504284c09b9b6e4bd)
2021-01-02reactivate GT ToolsDreamMasterXXL
(cherry picked from commit 520156e27469c936572064f6839da2ff442a488f)
2021-01-02Merge pull request #383 from GTNewHorizons/long_distance_transferMartin Robertz
Long distance pipelines
2021-01-01fix (GT)emitter and sensor texturesDreamMasterXXL
(cherry picked from commit 9e483b5c905ec21d8c2193f146a8789a47b17a87)
2020-12-31Merge pull request #388 from GTNewHorizons/pump-pipe-retractMartin Robertz
add pump pipe retract feature
2020-12-31Print somewhere else since *SOMEONE* is ASMing GT_Client.onPostLoadJason Mitchell
2020-12-31Merge branch 'experimental' into long_distance_transferJason Mitchell
2020-12-31add hardness to the blocksDreamMasterXXL
(cherry picked from commit f21a80dcdd61f004b6cc78639c4448a120b76cdd)
2020-12-31Merge pull request #389 from GTNewHorizons/dissassembler2Martin Robertz
NBT Dissassebly Data removal
2020-12-31add pump pipe retract featureGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-12-31Implemented ReverseRecipesbartimaeusnek
2020-12-31Disassembler reworkbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-12-29Merge pull request #386 from GTNewHorizons/OilCrackerSyncMartin Robertz
Added wrong boni to Oil Cracker
2020-12-29Remove leftover code of logistics energy costGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-12-29Remove all energy cost of moving fluid and itemsGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-12-29Fixed Min/Max switcheroobartimaeusnek
2020-12-29Added wrong boni to Oil Crackerbartimaeusnek
This commit synches the Oil Cracker with the Advanced Structure Check version
2020-12-28Merge pull request #380 from GTNewHorizons/CoilsLogicReworkbartimaeusnek
Heating Coil Logic Overhaul
2020-12-28Added TODOs for code smellbartimaeusnek
2020-12-28Removed some code smellbartimaeusnek