aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2022-09-23Fix GUI button idsMatej Dipčár
2022-09-23Fix map not updating when transmitter TE gets destroyedMatej Dipčár
The map is reset when player opens cover GUI
2022-09-23Add handling of multiple sourcesMatej Dipčár
2022-09-23Add Advanced Wireless Redstone CoversMatej Dipčár
2022-09-23Add missing spaceMatej Dipčár
2022-09-22Clean room (#1397)Martin Robertz
* add assembler recipes for cleanroom components update BS+SA * move recipe to mv
2022-09-22add tooltip info to construct the ore factory (#1400)Alexdoru
2022-09-21fix NEI displaying steam usage for only half of what it should be (#1399)Glease
2022-09-21add log message when voiding items of me output bus on world load (#1395)Alexdoru
2022-09-20fix(GT_Fluid): GT Fluid temperature seems broken #11355 (#1396)Léa Gris
Addresss issue: https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/11355
2022-09-20Fix typo in GigaChad recipe (#1392)Connor-Colenso
* Adjust uncraftable recipe to make it craftable. * Fix * spotlessApply (#1393) Co-authored-by: Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-20fix NPE in GT_MetaTileEntity_Hatch_OutputBus_ME#loadNBTData (#1394)Alexdoru
2022-09-19fix derps in GT_RecipeAdder (#1391)Alexdoru
2022-09-18fix incorrect code path for legacy survival autoplaceGlease
2022-09-18update circuit 9 recipe (#1390)ChromicRedBrick
2022-09-18migrate to new survival autoplace api (#1382)Glease
* migrate to new survival autoplace api * reduce type of blocks autoplace will use this does not prevent those blocks from not being accepted into the structures though * implement getBlocksToPlace * fix survivalConstruct code for assline and DT i hate variable size multi :( * fix AIOBE * allow disabling machine block updates on a per-thread basis * make a sensible guess at what texture to use on server side * spotless * implement hologram support for bbf * spotless
2022-09-18add recipes to cooldown boron plasma into boron dust (#1389)Glease
2022-09-18HOG-Focused Oil Tweaks and Raw Oil Viability (#1387)Steelux
* Oil and Processed Oil Tweaks - Changed Raw Oil to be the Naphtha-focused oil type between the 4 types, instead of being directly worse than Oil; - Changed Steam-cracked Refinery Gas to be a viable Ethylene source, both for realism and to shift the stress away from Naphtha; - Improved the Helium output from cracked Refinery Gas, both for realism and to give an initial boost to Helium stockpiling early; * Naphtha Amount from Raw Oil Lowered
2022-09-18LOX Amount Halved (#1385)Steelux
- Changed LOX amount to boost the ECE from 80 L/s to 40/s.
2022-09-17Fix Tooltip (#1388)ChromicRedBrick
* Fix typo in tooltip * Update LCR tooltip
2022-09-16duct tape fix for too many updates on an overloaded server preventing ↵Glease
structure check (#1384)
2022-09-13fix localisation typo (#1379)Alexdoru
2022-09-11make ingots and plates mortar recipe shapelss (#1378)くぁーりぃ
2022-09-11Adv debug structure writer (#1362)Maxim
* Added advanced debug structure writer * Applied spotless * Removed testing variables * Added client only to rendering * Added one client side annotation too much * Included requested changes * Applied spotless * Introduced variables for tooltip keys
2022-09-11Adjust uncraftable recipe to make it craftable. (#1377)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-09-11Fix description of Input Bus showing 1 more slot capacity (#1376)miozune
2022-09-11Fix global wireless EU bugging by transferring to world NBT system (#1371)Connor-Colenso
* Transfer to NBT * Half working, write only. * Fix load data * Works, thanks Kuba. * spotlessApply (#1372) Co-authored-by: Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * Fix NPE in unit tests * Spotless * Move clear map * Spotless and import cleanup * Suppressions and warning corrections * Warnings, warnings, warnings smh. Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: kuba6000 <kuba.123123.6000@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-11Use pre-defined methods to draw tooltips in GT_GUIContainer_DigitalTank (#1374)Alexdoru
* use pre defined methods to draw tooltip in GT_GUIContainer_DigitalTank * introduce private static final fields for string tooltip names
2022-09-10Waila improvements for basic machines (#1368)Vladislav Laetansky
* Fix waila facings for basic machines * Address review * Show process time only when machine is active * Show tick time for recipes with a duration less than a second * Address review
2022-09-10fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/11258 ↵Alexdoru
(#1370)
2022-09-09Add ticks display when recipe duration is under 1 second in NEI (#1367)くぁーりぃ
* add ticks display when recipe duration is under 1 second in NEI * spotless
2022-09-09Move GT Tank button position (#1363)くぁーりぃ
* move digital tank button position * spotless * spotlessApply (#1364) Co-authored-by: くぁーりぃ <39122497+Quarri6343@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-09Remove obsolete Wiremill recipes (#1366)miozune
2022-09-09Revert "fix chainsaw spawns water when harvests ice (#1358)" (#1365)Alexdoru
This reverts commit bab4770748defcaf093af1cce44656c829d4e78f.
2022-09-09fix false GaiaSpirit texture not found warnings (#1359)Glease
2022-09-09fix chainsaw spawns water when harvests ice (#1358)くぁーりぃ
2022-09-09Close the directory stream as specified by javadoc (#1360)Glease
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-08use stringbuilder in GT_TooltipEventHandler (#1357)Alexdoru
* use stringbuilder in GT_TooltipEventHandler * spotless zzzz
2022-09-08fix GT_Packet_SetLockedFluid not setting lock mode (#1356)Glease
* fix GT_Packet_SetLockedFluid not setting lock mode also fixed drag and drop from NEI handler got called when drag and drop from main inventory * fix lockFluid overwriting mMode == 8 * add markDirty() call
2022-09-08fix(API): GT_Fluid (#1349)Léa Gris
* fix(API): GT_Fluid - Fix: Use registeredFluid instead of GT_Fluid to configure Materials and containers to prevent crashes when retrieving fluids referrences from those. - Impr: Adjust fluid luminosity computation to better fit with Tungsten as maximum - Impr: Remove transparency from the fluid.molten.autogenerated.png texture to prevent molten materials to appear dilluted. * ./gradlew :spotlessApply * rev(comment): address review comment from @Glease rev: https://github.com/GTNewHorizons/GT5-Unofficial/pull/1349#pullrequestreview-1098651647 fix: Logic to handle working with own registered fluids and already registered fluids. imp: Some IGT_Fluid methods requires the fluid to be registered, throws an IllegalStateException on use at an unregistered fluid. imp: Normalizes @inheritDoc no additionnal text allowed
2022-09-07disable buggy cosmic item renderer (#1354)Glease
* disable buggy cosmic item renderer * spotlessApply (#1355) Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-07fix (#1353)BlueWeabo
2022-09-07revert to spritesheet for block textures for gaia spirit (#1351)Glease
* revert to spritesheet for block textures for gaia spirit also removed now-unused transcendent metal block textures * Spotless apply for branch fix/animated-material-texture-fix for #1351 (#1352) Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-06Fix overly large sprites being used causing some users FPS lag (#1347)Glease
* fix sprite abuse * Spotless apply for branch fix/sprite-abuse for #1347 (#1348) Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> * convert gaia spirit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-05feat(API): Implements a featured API for GT_Fluid (#1345)Léa Gris
* feat(API): Implements a featured API for GT_Fluid *** Rationale The current implementation, which is based on the `GT_Fluid` object, does not allow for the evolution of the functionalities, or the variation of the fluid-related implementations in GregTech. *** Objectives This replacement API should free from these constraints, by providing : 1. The separation of responsibilities of the different tasks and steps: - The definition and progressive construction of an `IGT_Fluid`, - Registration of the `IGT_Fluid`, - Configuration of related equipment, such as containers, - Propagation of properties of an `IGT_Fluid` to related services such as Materials 2. The separation of interfaces exposed to the API from their internal implementations to allow: - Evolve the implementations in the most transparent way possible - To have internal GregTech implementations or outsourced implementations coexist in its extensions. *** Specificity of this new API - Provides a new interface to build and interact with fluid related records - Deprecates the old `api/objects/GT_Fluid` object and the `common/GT_Proxy.addFluid` record methods * fix(conversations): addresses @Glease review comments https://github.com/GTNewHorizons/GT5-Unofficial/pull/1345#pullrequestreview-1096261703 * ./gradlew :spotlessApply * fix(review): add review comments from @eigenraven Added missing final qualifiers on methods parameters. https://github.com/GTNewHorizons/GT5-Unofficial/pull/1345#pullrequestreview-1096318523 * fix(review) address remaining review comments from @eigenraven
2022-09-04fix potential index out of bound in assline (#1344)Glease
2022-09-04Fix temperature of Molten Reinforced Glass (#1342)miozune
2022-09-04Fix blaze recycle recipes not being generated (#1343)miozune
2022-09-04Move steam valves to circuit 5 (#1341)LewisSaber
2022-09-03merge in ASM-ed in changes from gt++ (#1339)Glease
* merge in ASM-ed in changes from gt++ * Spotless apply for branch gtpp-asm-merge for #1339 (#1340) Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>