aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-05Small Fixes (#1113)Connor-Colenso
* Localisation of inf coils * Make GT storage blocks a valid beacon. * Improved infinity textures (again), thanks Jimbno. * Adjust author colour Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-07-05Block hatches on inner bottom casings. (GTNewHorizons/bartworks#151)Jakub
2022-07-05Block hatches on inner bottom casings. (#151)Jakub
Former-commit-id: 09b81454d2d2078b973988808508262dbe631231
2022-07-05Fix tiny oversight (#150)miozune
Former-commit-id: 0c8bc9cd74f635c8b89594d0b84c159867734dad
2022-07-05Fix tooltip wierdness (GTNewHorizons/bartworks#148)miozune
2022-07-05Fix tooltip wierdness (#148)miozune
Former-commit-id: ba4d5186ad0a4a715777cce301be3a0c3e13b4f0
2022-07-05Merge pull request #53 from GTNewHorizons/DTPF+StargateMartin Robertz
Dtpf+stargate
2022-07-05DTPF Laser (#1100)Connor-Colenso
* DTPF Laser * exotic * Structure forms with TT laser, recipe broken. WIP. * Format amps in PA correctly. * Fix incorrect colouring on text. * New DTPF controller textures. * Update spacetime material. * Update DTPF texture * Update DTPF NEI page * Add spacetime wires * Tons of fixes/adjustments. * Localise achievements. * Typos * More fixes + move plasmas to mixer. * Spacetime adjustment * Spacetime blocks. * Spacetime wires. * Localise coils * Adjust DTPF fuels * Adjust DTPF fuels. * Stuff * Fix optimiser * DTPF * Depreciated Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com>
2022-07-05Spacetime adjustment (#149)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Former-commit-id: adcf3b8945631e2abb2d95ca853b80aa0ca46495
2022-07-05FixesGTNH-Colen
2022-07-05More mutated solder changes n stuff.GTNH-Colen
2022-07-05Fix circuitsGTNH-Colen
2022-07-05Merge pull request #16 from GTNewHorizons/csMartin Robertz
Standardization of Lanth-Bot Chemical Recipes
2022-07-04Update BotRecipes.javaYang Xizhi
2022-07-04use correctt silicon for boule (#52)Yang Xizhi
* use correct silicon * add missing GaAs
2022-07-04oversightYang Xizhi
2022-07-04fix steam amountYang Xizhi
2022-07-04Merge branch 'master' into csYang Xizhi
2022-07-04fixGlodBlock
2022-07-04Standardization of BW Chemical Recipes (#144)Yang Xizhi
* platline * mica line * fix cell electroize recipe * fix * misc fix * fix Former-commit-id: 0d1a1ef8eaceda791c95960606b9c37c4f6526cc
2022-07-04Standardization of GG Chemical Recipes (#49)Yang Xizhi
* recipes * some fix * fix * more fox
2022-07-04Update recipes.GTNH-Colen
2022-07-04Fix DTEC usage.GTNH-Colen
2022-07-04Soldering alloy -> Mutated solderGTNH-Colen
2022-07-04Fix circuitsGTNH-Colen
2022-07-04FixesGTNH-Colen
2022-07-04FixesGTNH-Colen
2022-07-03Update recipes.GTNH-Colen
2022-07-03Update recipes.GTNH-Colen
2022-07-03Buff Extreme Industrial Greenhouse's Speed and Lower IC2 Tier to LuV ↵Jakub
(GTNewHorizons/bartworks#141) * Add possibility to get more outputs with fertilizer * Lower IC2 mode tier from UV to LUV * Typo * Add color formatting to description * License * Make Forestry fertilizer static and check if it exists * Buff EIG normal mode * Change color formatting
2022-07-03Buff Extreme Industrial Greenhouse's Speed and Lower IC2 Tier to LuV (#141)Jakub
* Add possibility to get more outputs with fertilizer * Lower IC2 mode tier from UV to LUV * Typo * Add color formatting to description * License * Make Forestry fertilizer static and check if it exists * Buff EIG normal mode * Change color formatting Former-commit-id: c72c7cc266b500de50d27fb8b6904e45064e0264
2022-07-03Add acetone return for bastnasiteunknown
2022-07-03Allow PAs to do UEV+ recipes (#1111)xSkewer
2022-07-02Update recipes.GTNH-Colen
2022-07-02fix fusion stuck when extra fluid in hatch (#1101)Yang Xizhi
2022-07-02Add material owner tooltip (#147)miozune
* Add material owner tooltip * Improve translation Former-commit-id: 607f4e6d9fc61f32226e69da54b44784c4e333fb
2022-07-02Add IMC for NEI RecipeCatalyst (#1109)miozune
2022-07-02Regroup NEI IMC and add catalyst for complex fusion (#231)miozune
2022-07-02Regroup NEI IMC and add catalyst for complex fusion (#50)miozune
* Regroup NEI IMC and add catalyst for complex fusion * Check if GT++ is loaded
2022-07-02Add color to voltage tier tooltip for cable (#1110)miozune
2022-07-02Remove small/tiny dusts from centrifuge recipes (#1105)xSkewer
2022-07-02Fix Werkstoff localization failure (#145)MuXiu1997
Former-commit-id: 63da58dca81194b18c428ed12c45215d99c68407
2022-07-02Par, var, begone! (#1104)YannickMG
* Renamed parameters of ItemBlock subclasses * Renamed damageDropped and getDamageValue method parameters of Block subclasses * Removed trivially superfluous overrides of Block::quantityDropped, Block::isOpaqueCube and Block::renderAsNormalBlock * Removed trivially superfluous overrides of Block::getItemDropped * Cleaned up a few more block subclass method parameters * Cleaned up obsolete Javadoc * par1 -> block in ItemBlock Constructors * Renamed arguments to drawGuiContainerForegroundLayer * Cleaned up redundant casts * Renamed arguments to drawGuiContainerBackgroundLayer * Renamed arguments to Slot subclass constructors * Renamed arguments to World subclass GT_DummyWorld * Renamed parameters of updateProgressBar * Renamed the rest of the par* parameters outside of GT_MinableOreGenerator which should be deleted * Renamed most var1-var10 and a few more in generally non-dead code * Renamed last varSomething variables * Removed 3 fully dead classes used nowhere in the codebase, with obsolete unused code
2022-07-01Merge pull request #17 from GTNewHorizons/cell-unsymmetrical-dimethylhydrazineMartin Robertz
Fix cell amount with Unsymmetrical Dimethylhydrazine Fuel Mix
2022-07-01Fix housing not moving items when old one is depleted (#230)miozune
2022-07-01Merge pull request #18 from GTNewHorizons/spaceMartin Robertz
Fix typo
2022-07-01Fix typomiozune
2022-07-01Add fluid support for Large Sifter (#229)miozune
2022-07-01Fix cell amount with Unsymmetrical Dimethylhydrazine Fuel Mixmiozune
2022-06-30Fix not consumed input (#1103)Jakub