aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-16change sAllFluidStacks collection to be weak reference (#1246)Glease
2022-08-16Fix multi smelter for one to multiple recipes (#1266)greesyB
* Fix multi smelter for one to multiple recipes * Do not manually split stack size
2022-08-16Prevent NBT from being written to item when digital tank is harvested while ↵miozune
holding shift (#1268)
2022-08-16Fix Wireless EU not transferring 2A/operation (#1265)Connor-Colenso
* Useless import * Lower case for methods * Double transfer rate for machines using two hatches. Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-08-16Standardization for dust stuffed cells (#1267)miozune
2022-08-16Fix Calamari (#279)chochem
2022-08-16changed Integer.toString(radix 16) to Integer.toHexString (#1264)Albi
hotfix to already merged pr
2022-08-15Update industrial sledgehammer and forge casing recipes to be easier (#278)BlueTRaven
2022-08-15RemoveGTNH-Colen
2022-08-15Debug statementGTNH-Colen
2022-08-15Overriding GUI colors with .mcmeta (#1261)Albi
* Implemented gui textcolor override with .mcmeta files * cleanup * Added shared class to reduce code duplication * Moved #drawLine back to GT_NEI_DefaultHandler
2022-08-15Monthly mission for Disassembler (#1263)miozune
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>