aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-08-19Changes to the PA code (#1272)BlueWeabo
2022-08-19Meta Generated Items renderer overhaul (#1269)Vladislav Laetansky
* Meta Generated Items renderer overhaul * Adjust naming * Force alpha test * Properly render overlay
2022-08-19more autoplace utility/fixes (#1245)Glease
* allow building multiple anyOf structure elements in same batch * port utility from gt++ * add shouldSkip to hatchClass and hatchIds * minor improvement to DT structure code * pass in trigger stack * add makeshift translation for item hint * fix lcr not having autoplace
2022-08-19Allows the Plasma Turbine to add hatches to the top and bottom (#1241)Runakai1
* Allows the Plasma Turbine to add hatches to the top and bottom * Added dynamo sides to change
2022-08-18no more magical texture index (#1249)Glease
* no more magical texture index * add a reverse map for fxxk sake
2022-08-18Fix multi smelter output for non-full stacks (#1270)greesyB
2022-08-16Texture Update (#1219)Connor-Colenso
* Update some textures to be more consistent and have proper black spots in pipes * Brighter textures Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
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-16changed Integer.toString(radix 16) to Integer.toHexString (#1264)Albi
hotfix to already merged pr
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-15Clay balance (#1262)miozune
2022-08-15Add localization to MC language list (#1260)miozune
* Add localization to MC language list * Revert workaround patches
2022-08-14null check (#1259)repo-alt
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 maintenance hatch (#1250)Glease
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-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-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-12Resume processing in unclogged Bricked Blast Furnaces (#1226)YannickMG
* Ran spotless on GT_MetaTileEntity_PrimitiveBlastFurnace.java * Reduced method call duplication in onPostTick * Run a checkMachine when a BBF chimney obstruction is cleared. * Corrected unintended change
2022-08-12Add correct formula for Superconductor Base materials (#1240)miozune
2022-08-10fix variance being overnerfed (#1239)boubou19
2022-08-10Reserve MTE IDs for kuba6000 (#1238)Jakub
2022-08-10Industrial Apiary Fixes (#1225)Jakub
* Upgrade slot tooltip * Fix Hellish biomes temperature * Princess -> Queen process is always automated
2022-08-10Process MT additions when joining to a server (#1237)Jakub
* Process MT additions when joining to a server * Run only in multiplayer * Keep explicit imports
2022-08-10do not return IAlignment if MTE is not IAlignmentProvider (#1234)Glease
2022-08-10loosen the generic restrictions on hatch elements (#1236)Glease
It honestly never occurred to me that SOMEONE would not derive from GT_MetaTileEntity_EnhancedMultiblockBase
2022-08-09rockbreaker behavior enhancement (#1235)RIONDY 'POPlol333' Adam
2022-08-09changes SC UEV and UMV fluid from helium gas to liquid helium (#1231)RIONDY 'POPlol333' Adam
2022-08-09autoplace integration (#1117)Glease
2022-08-09Set owner to the ME output bus, so that it might correctly work with ↵repo-alt
networks with security stations (#1217) https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10948
2022-08-09fix(warnings): remove broad wanings suppression (#1223)Léa Gris
* fix(warnings): remove broad wanings suppression This shell script was applied to remove all instances of `@SuppressWarnings("ALL")`: ```sh grep -lr '@SuppressWarnings([[:space:]]*"ALL"[[:space:]]*)' src/ | xargs -l1 \ sed -n -i.bak '/@SuppressWarnings([[:space:]]*"ALL"[[:space:]]*)/!p' ``` * nuke @SuppressWarnings("all") in GT_NEI_DefaultHandler Case insensitive: ```sh grep -lr '@SuppressWarnings([[:space:]]*"[Aa][Ll][Ll]"[[:space:]]*)' src/ | xargs -l1 \ sed -n -i.bak '/@SuppressWarnings([[:space:]]*"[Aa][Ll][Ll]"[[:space:]]*)/!p' find src -type f -name '*.bak' -delete ``` * fix(warnings): GT_NEI_DefaultHandler * fix(warnings): GT_Mod * fix(warnings): GT_Values * fix(warnings): Materials * fix(warnings): GT_BeeDefinition * fix(warnings): GT_PostLoad * fix(warnings): GT_Worldgenloader * fix(warnings): GT_PreLoad
2022-08-09Fix oversight (#1227)miozune
2022-08-09Fix original voltage shows up when voltage is "unspecified" (#1228)miozune
* Fix original voltage shows up when voltage is "unspecified" * better check * move calculation
2022-08-09Fix machine sounds (#1229)miozune
2022-08-09fix(#10881) persist fire on netherrack bound ores (#1230)Léa Gris
2022-08-07Fix rotor recipe (#1220)miozune