aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-10revert blast change and reapply (#864)bombcar
2022-01-10only scan surrounding if actually needs that info (#863)Glease
2022-01-10Merge pull request #22 from GTNewHorizons/patch-void-jarsMartin Robertz
Register void jars to minecraft
2022-01-11Register void jars to minecraftGlease
2022-01-10display contents on tooltip of super/quantum chest (#862)Yang Xizhi
2022-01-10data access hatch now proactively update data sticks (#861)Glease
this is to combat the problem of TT data bank pushing not updated sticks as ghost item into assline, which then constantly reupdate said sticks. with this change even data sticks in TT data bank will update.
2022-01-10remove FRG oredict, add new recipe for CNq+S in singleblock autoclave and ↵GlodBlock
yot gui fix
2022-01-10make yothatch become part of ec2 fluid storageGlodBlock
2022-01-10Cover tabs (#856)YannickMG
* Add network support for chanining GT Tile GUIs * Implemented Cover Tabs for IGregTechTileEntity See GTNewHorizons/GT-New-Horizons-Modpack#9367 for details * Added IGuiIcon For easier addon extensibility of GT_GuiIcon Also fixed Ghost Circuit tab tooltip overlapping right-side cover tabs * Typo fix * Fixed unintended scala import * Tabs -> Spaces on the files I've touched
2022-01-09Added smoke to charcoal pile igniter (#860)YannickMG
- Visible indicator of pollution - Useful to tell from a distance if it finished processing
2022-01-09Cleanup and update EM turret projectileTec
2022-01-09Partially implemented Computer Cube.Alkalus
Fix Multis wanting Mufflers when pollution = 0. Fix getMethodName potentially crawling too far up the stack.
2022-01-09yottank ec2 supportGlodBlock
2022-01-09Improve redstone detection.Alkalus
2022-01-09Added more GT4 content:Alkalus
Redstone Lamp Redstone Display Redstone Scale Redstone Button Panel
2022-01-09Merge pull request #859 from YannickMG/charcoal-igniter-fixboubou19
Fix Charcoal Pit Igniter choking on pollution
2022-01-08Fix Charcoal Pit Igniter choking on pollutionYannickMG
Necessary because the pollution per tick is no longer 0.
2022-01-09Ported some GT4 content:Alkalus
Added GT Crop Managers. Added GT Auto Crafting Tables. Added GT Inventory Managers.
2022-01-08Add aspect EM containers to creative tabTec
2022-01-08Merge pull request #857 from GTNewHorizons/patch-itemfilter-guiMartin Robertz
Fix ItemFilter GUI broken
2022-01-08Fix ItemFilter GUI brokenGlease
2022-01-07Review how per chunk modifier for oil is calculated (#855)Glease
2022-01-07Added recipes for the GT4 Workbenches.Alkalus
2022-01-07Rewrote and readded Bronze/Advanced Workbenches using GT Meta Tile system.Alkalus
2022-01-07Renamed Data Orb Overlay.Alkalus
2022-01-07Added some new overlays.Alkalus
2022-01-07Merge pull request #82 from iouter/masterMartin Robertz
Modify translation numbers for localization
2022-01-07Added new overlay for the Data Orb Repository.Alkalus
2022-01-07Updated Data Orb Repository tooltip.Alkalus
2022-01-07Finish work on the Elemental Duplicator.Alkalus
2022-01-07Modify translation numbers for localizationiouter
2022-01-07Merge branch 'GTNewHorizons:master' into masteriouter
2022-01-07Revert "Modify translation numbers for localization"iouter
This reverts commit 4d4b7ffee08f4640cde80f4fdf1459fbcf9977e4.
2022-01-07Revert "Revert"iouter
This reverts commit ffd5b9ec1d054bf5a08668c0f2a559a506bc5c2f.
2022-01-06Made Chromatic Glass less eye-rapey.Alkalus
2022-01-06Fix Auto-Generated ABS recipes sometimes containing two circuits.Alkalus
Fix Fluid Extraction recipes for Ingots/Nuggets being generated wrong. Greatly improve generation of Fluid Extraction recipes. Removed useless Fluid Extractor code which is no longer used. Initial work on the Elemental Duplicator.
2022-01-06Modify translation numbers for localization (#854)iouter
Modify translation numbers for localization
2022-01-06Revertiouter
2022-01-06Modify translation numbers for localizationiouter
Modify translation numbers for localization
2022-01-06Finished work on multiblock Molecular Transformer.Alkalus
Added single use API for adding MT recipes.
2022-01-06Added Simple Washer mode to Industrial Wash Plant.Alkalus
2022-01-06Added Asm, Screenshots and World to .gitignore.Alkalus
Removed some useless classes. Buffed Amazon Packager. Implemented Caching for Amazon Packager. Fixed all GT++ multis getting stuck when input bus contains less than required input of an item. (It will check other inputs for another valid recipe now)
2022-01-06Add in game GUI to configure client preference (#852)Glease
* Add in game GUI to configure client preference * Fix backslash
2022-01-06Circuit Assembler rename (#853)bombcar
* update buildscript * rename circuit assembler to fit
2022-01-05Steel Alloy Smelter texture fix (#851)YannickMG
Fixed the special slot being on the wrong location on the steel alloy smelter png
2022-01-05Added Solar Tower & Solar Heater.Alkalus
Added Potassium Nitrate. Added Sodium Nitrate. Added Hot/Cold Solar Salt. Added recipes for the above. Added Solar Salt processing to Thermal Boiler. Re-added Assembly Line MKII, Tesla Tower. (WIP)
2022-01-05Normalize Fluid Canner fluid handling and looks (#847)YannickMG
* Normalize Fluid Canner fluid handling and looks - By disabling sharedTank (on this, the only machine that uses the feature) the fluid canner gains a proper output tank. - Fixes UI interactions with the taking fluids out of the invisible fluit output slot with cells - Harmonizes UI with the look in NEI and with other basic machines * Removed unused FluidCannerNEI.png
2022-01-05fix item stuck (#849)Yang Xizhi
* fix item stuck fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9338 * glease's suggestion
2022-01-04Merge pull request #22 from GTNewHorizons/updatebuildMartin Robertz
update buildscript
2022-01-04update buildscriptbombcar