aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
AgeCommit message (Collapse)Author
2022-08-26remove debug print; keep disabled for nowJason Mitchell
2022-08-26WIP Texture supportJason Mitchell
2022-08-26Add burn time for Diamond in GT way (#1300)くぁーりぃ
2022-08-26Add more cells for GTNH fluids (#1299)miozune
2022-08-25feat(vent_cover): cool hot-coolant (#1298)Léa Gris
Provides a low tech method to cool down hot-coolant using vent covers. It is meant for reprocessing hot coolant before having access to a Large Heat Exchanger or a VacuumFreezer. The tier of vent cover and the type of aire or water in front of it determines the cooling speed. Feature preview: https://youtu.be/g5a-WuVBqOI
2022-08-24Show voltage tier for UnspecifiedEUPower (#1296)miozune
2022-08-24Remove Hermetic Casing XV (OpV) (#1295)miozune
2022-08-24update assline tooltips (#1294)RIONDY 'POPlol333' Adam
* add all bw glass and warded glass * update tooltips
2022-08-24add all bw glass and warded glass (#1293)RIONDY 'POPlol333' Adam
2022-08-24Disable calcification when using distilled water (#1290)Stēlla Caerulea
Disable calcification when using distilled water.
2022-08-23 Fix multiblock boilers not detecting firebox (#1291)Glease
2022-08-23Refactored built-in integrated circuit support (#1284)repo-alt
* Refactored built-in integrated circuit support Added built-in integrated circuit to input buses * fix spacing
2022-08-23reworking drilling plant following 0lafe ticket (#1286)RIONDY 'POPlol333' Adam
* reworking drilling plant following 0lafe ticket * thanks, fixed * here the mighty method
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-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-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-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-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-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-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-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-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-14Fluid Limiter Cover (#1248)TrainerSnow
* Add FluidLimiter Cover * Update ItemList.java and register * Add texture * Refactor method
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-13allow maintenance hatch (#1250)Glease
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-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-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-09rockbreaker behavior enhancement (#1235)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(#10881) persist fire on netherrack bound ores (#1230)Léa Gris
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