aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2022-08-07Botania adjustments (#1224)miozune
2022-08-07Buff Space fluid pipes to have int limit as heat limit (#1222)RIONDY 'POPlol333' Adam
2022-08-07fix(warnings): re-enable and deal with specific warnings (#1221)Léa Gris
* fix(multitile): upgrade to SoundResource enum * fix(warnings): re-enable and deal with specific warnings - Nukes @SuppressWarning("ALL") abomination; that hid a real bug of infinite recursion, that would have caused a crash in some cover registrations. - Reviewed and addressed each individual warning, down to typo or grammar. - Either fixed or disabled warning on minimal scope, with commented reason. * add(javadoc): document deprecated
2022-08-06Tesseract trans metal increase (#1218)Connor-Colenso
* Remove energised from GT5 to move to core * Buff tesseract trans metal Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-08-06Industrial Apiary bug fixes (#1202)Jakub
* Add delay to pollination * nbt * Don't pollinate when breeding * Retrieve all individual drones from queen death * use mOutputItems.length * Bug fix
2022-08-06Fix localization failure with driller (#1215)miozune
2022-08-06LGT Final Changes for Next Stable (#1216)Steelux
2022-08-06Add wiremill recipe for SC UEV Base (#1214)miozune
* Add wiremill recipe for SC UEV Base * Adding UIV and UMV SC (#1213) * fixing sphalerite electrolyze recipe * beginning of UIV/UMV SC * real sc mat * real umv sc craft * fixes sc umv heat temp * Fix ID conflict * Move wiremill recipe Co-authored-by: RIONDY 'POPlol333' Adam <76914762+POPlol333@users.noreply.github.com>
2022-08-06Adding UIV and UMV SC (#1213)RIONDY 'POPlol333' Adam
* fixing sphalerite electrolyze recipe * beginning of UIV/UMV SC * real sc mat * real umv sc craft * fixes sc umv heat temp
2022-08-06fix sulfur dichloride conflicts (#1212)Yang Xizhi
2022-08-05Botania fixes (#1208)miozune
2022-08-05fix input and output (#1209)Yang Xizhi
@GTNH-Colen
2022-08-05Add ghost circuit slot for Mass Fabricator & add circuit to NEI fake recipe ↵miozune
(#1190)
2022-08-05GUI for facade covers (#1201)Florexiz
2022-08-05fixing sphalerite electrolyze recipe (#1207)RIONDY 'POPlol333' Adam
2022-08-05Wireless Fixes (#1195)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. Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-08-05Show original voltage (configurable) and amperage when overclocked (#1204)miozune
2022-08-04Fix ItemDatas are not properly registered if material name starts with ↵miozune
number (#1199)
2022-08-04Fix crash upon activating recipe stacktrace config (#1198)miozune
2022-08-04Industrial Apiary Changes (#1197)Jakub
* Start with lower energy without acceleration upgrades * Pollen collection is an upgrade... I didnt know. * Implement Queen Pollination * Fix battery slot not working * Dont try to pollinate when there is no chance to success
2022-08-03Fix dev crash (#1194)Jakub
2022-08-03Assembler maintenance hatch (#1193)Runakai1
* Additional Maintenance Hatch Recipe * Revert "Additional Maintenance Hatch Recipe" This reverts commit c2168dc3f536021a75cc7c5636bb7093aa27baba. * Additional Maintenance Hatch Recipe
2022-08-03Fix possible IOOBE in TieredMachineBlock (#1191)miozune
2022-08-03Update ItemComb.java (#1192)Runakai1
Buffing Cryotheum Bee to procude Blizz dust directly instead of tiny piles.