aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-23Fix fusion display stuff (#1288)miozune
2022-08-23https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/11102 (#1289)repo-alt
2022-08-22fix rare NPE in fluid pipe code (#1285)Glease
2022-08-21changed diatomite chemical formula (#1283)RIONDY 'POPlol333' Adam
* changed diatomite chemical formula * added the small 8 as requested in the ticket
2022-08-21IndiumBee (#1282)Runakai1
* IndiumBee Added Indiumbee * Bee change REduced chance to 2% added venus dim requirement * Updated Infinity Bee Infinity bee had a 100 chance divider which was unreasonably high considering its blocked from mutatron.
2022-08-21add craft for every sc tier using liquid helium (#1281)RIONDY 'POPlol333' Adam
* add craft for every sc tier using liquid helium * sorry, fixed
2022-08-21Centrifuge Changes (#1280)Runakai1
* Centrifuge Changes All of the Centrifuge recipes for bees were a joke. Thus, I kept chances and made it output a full dust instead. Also, Infinity Catalyst, Cosmic Neutronium and Infinity are properly integrated into their respective tiers with better chances. + fixed spelling mistake * Dependencies and Neutronium removed dependencies I added made neutronium bee output 1 nugget instead of dust- was a mistake by me in bees balance changes. Should have been a nugget from the beginning.
2022-08-21fix soundEvent log spam (#1279)pulsemageadvocate
2022-08-20Some fixes for the new input bus (#1278)repo-alt
* Fix a circuit slot position "Borrow" item size rendering from AE2 * Add existing type check
2022-08-20Don't modulate color when rendering fluid (#1277)Vladislav Laetansky
* Bind atlas according to sprite number * Don't modulate color when rendering fluids
2022-08-20Don't disable blending before overlay rendering (#1275)Vladislav Laetansky
* Don't disable blending before overlay rendering * Yeet unnecessary color reset
2022-08-19change Elementium to Elven Elementium (#1274)Martin Robertz
2022-08-19ME input bus, gives the multiblock direct access to the 16 selected item ↵repo-alt
types (#1271) * ME input bus, gives the multiblock direct access to the 16 selected item types * Reworked GUI to match the normal interface * Don't need to duplicate shadow slots Sync can (better) be done in `endRecipeProcessing`, in case some multi doesn't call `updateSlots` or does it at the wrong time * Clarify name, to distinguish from the (future) Buffering and Crafting buses * Make the GUI 4x4 again * Make the 4x4 GUI actually work * Make ghost item show item amount * Remove unimplemented code remnants Co-authored-by: Sampsa <sampo.vanninen@aalto.fi>
2022-08-19add new sodium bisulfate recipes (#1273)BlueWeabo
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-17Update dependencies.gradleMartin Robertz
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