aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-07Crafting input buffer: Check for invalid patterns (#2209)Harry
* Check invalid patterns * fix logger
2023-08-07try to fix AL logging (#2214)chochem
2023-08-06Change recipe tiers (#2211)Daniel Mendes
2023-08-06fix and cleanup ammonia recipes (#2210)chochem
2023-08-06Fix wireless hatch npe log spam (#2208)Harry
2023-08-05Check if it is allowed to put into slot (#2207)Jakub
2023-08-05Fix steam multis now overclocking recipes which consume 2 eu/t (#715)BlueWeabo
* fix steam multis now overclocking recipes which consume 2 eu/t * remove unneeded comment part
2023-08-04fix leather drying in dehydrator (#714)chochem
2023-08-04Lower reservoir hatch tier to EV, add tooltip showing tier for reservoir + ↵querns
air intake hatches (#713) * Lower reservoir hatch tier to EV, add tooltip showing tier for reservoir + air intake hatches * Use getColoredTierNameFromTier instead of rolling our own
2023-08-03Fix compacts mk4 and mk5 having way too many overclocks (#191)BlueWeabo
* fix compacts mk4 and mk5 having way too many overclocks * fix wrong tier overclocks allowing mk4 to overclock mk4 recipes * fix having 1/8th the power * use super
2023-08-03fix Steam multiblocks not having their parallel (#712)BlueWeabo
2023-08-03Fix chemical plant always thinking it has enough inputs (#711)BlueWeabo
* Fix chemical plant always thinking it has enough inputs * make sure catalyst is damaged according to parallels
2023-08-02Remove QFT parallel cap (#710)Rukern
2023-08-02Partially fix quiver on skeletons in EEC (#91)Jakub
* Update dependencies.gradle * Update build.gradle * Fix quiver * Create new entity to stop messing with NEI preview * Update build.gradle * Update dependencies.gradle
2023-08-02Fix TT extended Multis using wrong exotic energy input hatches list (#237)BlueWeabo
* fix TT extended Multis using wrong exotic energy input hatches list * go away from using stream and use addAll
2023-08-02fix nanoforge not overclocking correctly (#2205)BlueWeabo
2023-08-01Minor cleanup for checkProcessing (#2195)miozune
2023-08-01Crafting input hatches: fixes (#2202)Harry
* Fix NPEs * spotlessApply (#2203) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-01fix neutron activators getting to 0 ticks (#190)BlueWeabo
2023-07-31Particle Acceleration in the QFT (#695)Daniel Mendes
* Define 2 new catalysts for new QFT recipes * Images and EN lang entries for the catalysts * Add 2 new QFT recipes and 2 for the new catalysts * Buff rare particle generation in cyclotron * Fix incorrect chances in waterline skips * Spotless apply * Change necessary plasmas - Changed the ions in the 2nd catalyst recipe to Hydrogen and Helium, both obtainable; - Changed Beryllium to Americium Plasma in the Cyclotron recipe. * Fix beryllium plasma usage in QFT recipe
2023-07-30Stop setting the recipe map amperage on OC calc (#2199)BlueWeabo
2023-07-30fix new tooltip layout being missing for the brewery (#2196)boubou19
* add machine type for brewery * spotlessApply (#2197) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-30Make recipe check less intensive with batch mode (#2198)BlueWeabo
* make recipe check less intensive with batch mode * clean up the else
2023-07-30enable subclass to allow less voiding mode being set (#2191)Glease
* enable subclass to allow less voiding mode being set * fix bug * rename
2023-07-30Fix wireless energy voiding (#236)Harry
* Fix wireless energy hatch voiding energy * avoid bigint
2023-07-30Fix wireless energy voiding (#2192)Harry
* Fix wireless energy voiding * avoid bigint
2023-07-30fix adv assline drain from wrong input hatch (#13)Glease
2023-07-30fix GT_ParallelHelper adding 0.01% to chanced outputs (#2194)BlueWeabo
2023-07-30Make sure to account for first output being chanced on steam grinder (#709)BlueWeabo
* make sure to account for first output being chanced * use XSTR directly
2023-07-30Fix Overclock Calculator Making Too many parallels and wrong eut consumption ↵BlueWeabo
(#2190) * fix overclock calculator making too many parallels and wrong eut consumptions * fix duration increase when trying to do a noOverclock calculator * spotless * add correct api for no overclock * address review
2023-07-29Fix steam macerator generating byproducts And use new API from GT5u (#708)BlueWeabo
* fix steam macerator generating byproducts * spotless * update dep (cherry picked from commit 0659b1bd8c4a29b571e9f6f71f74ed55cb20ecd1) * make QFT use new API * override correct createOverclockCalculator * spotless * fix fishing pond causing an NPE * make tree growth simulator only use void protection * update dep --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-07-29make sure to calculate the overclock calculator (#12)BlueWeabo
2023-07-29Use new API for checking ME hatch for compact fusion (#189)miozune
Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-07-29Use new API from GT5u (#188)BlueWeabo
* use new API from gt5u * made precise assembler not speed boost in precise mode * fix neutron activator having infinite parallels * update dep
2023-07-29Use new API from GT5u (#348)BlueWeabo
* use new API * update dep Former-commit-id: 6e506e9e407200a6db3b1fcea33b39562a96883e
2023-07-28Less hostile user interfaces (Buffer/Filter/Input bus) (#2165)Yannick Marcotte-Gourde
* Made Emit Energy button a CycleButtonWidget * Made Emit Redstone button a CycleButtonWidget * Made Invert Redstone button a CycleButtonWidget * Made Stocking Mode button a CycleButtonWidget * Spotless apply * Made Invert Filter button a CycleButtonWidget * public bInvertFilter -> protected invertFilter * Deduplicated filter code * Made Allow NBT button a CycleButtonWidget * Made Ignore NBT button a CycleButtonWidget * public bNBTAllowed -> private allowNbt * public bNBTAllowed -> private ignoreNbt * Grey extended tooltips * Don't hardcode multiline tooltips * Document hidden functionality * Cleaned numeric constants * Fixed string constant declaration * Named constants in filter * Unify filter redstone behavior * Fix cover filter mode being inverted so that the displayed mode is the active one * Less magic numbers * Allow right clicking recipe filter * Display only machine type in recipe filter and cycle through compatible machines * Buffer tooltips show output voltage to clarify their role as passthroughs * Added more info to Emit EU/Redstone buttons * Added Sorting mode button to buffers/filters * Added Sorting mode button and stack limit button to input buses * Don't cycle prefixes when clicking with itemstack * Fixed tooltips to work off of the inventory * Fix RecipeFilter losing filter * Support multiblock machines * Use ModularUi syncers to sync state with client Thanks minecraft7771! * Grey text for recipe filter helper text * AnimatedTooltipHandler -> EnumChatFormatting * Explicited RecipeFilter filter building * Specify color for empty slot tooltip * Don't cache new uses of GT5U.MBTT.MachineType. Also corrected MachineType::description * Removed unused getItemExtraTooltip * Multiple returns in getItemStackMachineRecipeMap
2023-07-28Crafting Input bus/buffer Overflow fix (#2187)greatinfluence
* Ignore the .vs file created by VS * Fix item/fluid integer overflow problem
2023-07-28Add more API to ParallelHelper and rework OverclockCalculator (#2185)BlueWeabo
* refactor OC calc * somewhat refactor parallel helper * fix PA not OCing correctly no clue why it wasn't using super and then setting the duration again. * make use of new api to make fusion cleaner * make batch mode actually dynamic * add another reason for 0 parallel * move variables around to try and group them together * address reviews * add overclocking past 1 tick by adding parallels * add null check and make a basic calculator to prevent npe * check null recipeMap supplier * address reviews * addressing of reviews * make it possible to call some OverclockCalculator methods through static methods * address reviews * make sure one doesn't get too many OCs when calculatin under 1 tick * add api for custom duration under one tick and fix batch mode doing 0 ticking * fix not calculating duration under 1 tick correctly * spotless * try to have correct eut consumption * address review * make sure mk5 fusion is said in nei * fix eutCalculating under one tick way too much and address reviews * remove roundUp voltage
2023-07-28Crafting Input: display pattern output by default (#2186)Harry
* Crafting Input: display pattern output by default * update modularui
2023-07-26Allow using ME output hatches for fusion reactor (#2184)miozune
2023-07-26Texture & Bug fixes for Crafting Input Hatches (#2182)Harry
* crafting input textures * texture v2 * texture v3 * texture * various fixes * lazy pattern update * fix dtpf * fix removing pattern * spotless * fix lag in recipe checks * fix * increase tier so they look pretty
2023-07-26update depsMartin Robertz
2023-07-26update depsMartin Robertz
2023-07-26Merge pull request #61 from GTNewHorizons/cleanup/sByProductListMartin Robertz
Remove reference to sByProductList
2023-07-26Remove reference to sByProductList (#187)miozune
2023-07-26Remove "Ore Byproduct List" NEI in favor of custom diagram mod (#2183)miozune
2023-07-26Reset outputs after outputting them (#2181)Maxim
2023-07-26Fix LFTR (#707)Maxim
* Fixed LFTR consuming power instead of generating it * Get remaining fuel while validating the recipe instead of after
2023-07-26Fix crafting input hatches texture in PrAss (#186)Harry
2023-07-26Remove reference to sByProductListmiozune