aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-15Merge pull request #28 from TrainerSnow/masterMartin Robertz
Fix Digester and Tank structure
2022-08-15spotlessSimon
2022-08-15Clay balance (#1262)miozune
2022-08-15Clay balance (#277)miozune
2022-08-15Add localization to MC language list (#1260)miozune
* Add localization to MC language list * Revert workaround patches
2022-08-14Small changeGTNH-Colen
2022-08-14Update README.mdJakub
2022-08-14LGPL 3.0kuba6000
2022-08-14Fix DissolutionTankSimon
2022-08-14Fix digesterSimon
2022-08-14Rate-limit the YOTTAHatch to reduce their tick time. (#69)Sampsa
* Rate-limit the YOTTAHatch to reduce their tick time. * Move onPostTick to be called every tick
2022-08-14Merge pull request #3 from GTNewHorizons/fixMartin Robertz
Fix server crash from Blood Magic entities
2022-08-14null check (#1259)repo-alt
2022-08-14Fix server crash from Blood Magic entitieskuba6000
2022-08-14Add "Mob Drops" NEI page + Extreme Extermination Chamber (#1)Jakub
* First commit * Mixins * Merge the same items with diffrent damage * Faster random in NEI * More accuracy ? * Update ClientProxy.java * Renaming * Update buildscript * Use reserved MTE ID's * EEC work * Rework NEI page * Fix inaccurate chances * Basic equipment spawn * Add config options * Translations * Add infernal drops * Witchery fix * Forestry fixes * More fixes * Default blacklist * NEI sorting * Comment out testing deps * Clientsided check * Blood Magic support * LoaderReference * Check if peacefull is allowed * Add some XP output * Add recipe * Send Server config to Client * Add command to reload config * Translations * Process MT additions
2022-08-14Merge pull request #27 from GTNewHorizons/small-tinyMartin Robertz
Small / Tiny dusts
2022-08-14longer timeoutmiozune
2022-08-14Small / Tiny dustsmiozune
2022-08-14Add localization for Squid Ink Cell (#1257)miozune
2022-08-14Fluid Limiter Cover (#1248)TrainerSnow
* Add FluidLimiter Cover * Update ItemList.java and register * Add texture * Refactor method
2022-08-14Revert "Add KCL electrolyzer recipe (#1252)" (#1256)miozune
This reverts commit b60c4c7073b79ba46e27905f87a7be617d5019ce.
2022-08-14Fix wrong ternary operator causing electrolyzer recipes disappear (#1255)miozune
2022-08-14do not cache result of GuiColors if the object is not short-lived (#1254)Glease
2022-08-14add back exotic energy hatch to PA (#1253)Glease
2022-08-14Switch to GTNHLib for ItemStackMap instead of Hodgepodge (#1251)Jason Mitchell
2022-08-14Add KCL electrolyzer recipe (#1252)Runakai1
2022-08-13allow indalloy circuits (#180)chochem
first try Former-commit-id: d287fee79e97b89abfb6cafc7c5cc92d2644a0a1
2022-08-13Clarify maintenance.GTNH-Colen
2022-08-13Add LSC wireless displayGTNH-Colen
2022-08-13allow maintenance hatch (#1250)Glease
2022-08-13Fix CAL recipe for NAND Chip Array not being generated (#181)miozune
Former-commit-id: 3452c9132898c7e5af6ace0a4b729730923b7dec
2022-08-13Fix wireless interface update.GTNH-Colen
2022-08-13Bump dep againGTNH-Colen
2022-08-13Changed Fluid Display (#67)Runakai1
* Changed Fluid Display * spotless apply Co-authored-by: boubou_19 <miisterunknown@gmail.com>
2022-08-13Fix mTierIndexes using an incorrect data structure causing ↵YannickMG
ArrayOutOfBoundException (#1244)
2022-08-13switch to gson (#1247)Glease
* switch to gson * json loader code cleanup
2022-08-12Clean upGTNH-Colen
2022-08-12Added means of customizing GUI colors for resource packs (#1203)Albi
* Added means of customizing GUI colors through lang file * Color values are now stored in json file instead of the lang file * Made json only load upon resource reload and ensured server compatibility Co-authored-by: Martin Robertz <dream-master@gmx.net>
2022-08-12More wireless fixes/updates (#1206)Connor-Colenso
* Fix possible out-of-bounds error. * Bye bye OpV * Bye bye OpV * Some textures while I'm here * Test * Maybe * New command * Fix forge minecraft shenanigans interfering with saving data. * Localisation of achievements * Add save intervals for energy map. * Refactor as to not use dumb bloat * New interface for wireless hatches * Remove prefix * Big refactor and code cleanup. Also fixes bug with energy not getting added sometimes * Fix typo causing ore dict issues * New interface * Clean up commands a little * Add some colouring and clean up a little. * Update desc * Add more catches for command misuse and colours * Jenkins Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-08-12Merge pull request #26 from GTNewHorizons/DissolutionTankInformationFixMartin Robertz
Updated lang file and tooltip
2022-08-12Updated the order of noble gas breeding to match proper rarity (#1242)Runakai1
* Updated the order of noble gas breeding to match proper rarity * Updated Order of second parent * Changed chance of Xenon bee to match decreased chances
2022-08-12Updated lang file and tooltipRunakai1
2022-08-12Merge pull request #75 from chochem/biomainframe-computation-fixConnor-Colenso
Minor biomainframe and nano circuit computation buff
2022-08-12Respect the fluid that is locked in the hatch when searching for free ↵Maxim
hatches (#275)
2022-08-12Show transformation recipe in NEI (#179)Rukern
Co-authored-by: Alexandre Tardif <alexandre.tardif@nexusinno.com> Former-commit-id: 518ff768c3539531be39b6c6177649d4e8504da0
2022-08-12Chunkloader code rework (#274)Maxim
* Remodeled chunkloader code after RC chunkloaders to make them actually work * Added limit to chunk radius * Some cleanup
2022-08-12Merge pull request #73 from minecraft7771/EnergyInfuserReworkConnor-Colenso
Improved Energy Infuser
2022-08-12Merge pull request #76 from POPlol333/masterConnor-Colenso
changing UIV/UMV energy hatch and dynamo to use their own SC, also nerfed stargate lol
2022-08-12Add wireless support to LSCGTNH-Colen
2022-08-12Bump depGTNH-Colen