aboutsummaryrefslogtreecommitdiff
path: root/src/functionalTest
AgeCommit message (Collapse)Author
2024-06-24Add oredict for LV and HV circuits (try no 2) (#2682)chochem
* blacklist ic2 ciruits from unificator * fix 2 circuit oredicts * move cleanroom assembler recipe * remove unittest that needs nhcoremod to work * fix electronic circuit recipe * move recipe to better place and avoid duplicates * move fluid filter recipe
2024-05-30Complete backend rework of the EIG (#2616)Raven Szewczyk
* Complete backend rework of the EIG * Mergening Related Updates Also some loader references refactoring * fix (cherry picked from commit 7fd5d7417bddfb6e49ede3986d9a547f15b21289) * More Mergening fixes Updates the declaration of the stem mixin to match the new format. * Inline EIG IC2 bucket constants addresses: https://github.com/GTNewHorizons/GT5-Unofficial/pull/2616#discussion_r1620596497 * Fix Seed Removal in regular seed simulations Should address https://github.com/GTNewHorizons/GT5-Unofficial/pull/2616#discussion_r1620583338 --------- Co-authored-by: Guillaume Mercier <10gui-gui10@live.ca> Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-05-25Migrate kubatech source codeRaven Szewczyk
2024-05-25Migrate KubaTech root and mcmod.infoRaven Szewczyk
2024-03-01Fix recipe check (#2516)HoleFish
* Fix recipe check * review
2024-01-14Add new properties to parallel helper (#2454)HoleFish
* Add properties * init chanceGetter
2024-01-03Update ParallelHelper (#2427)HoleFish
* Update GT_ParallelHelper.java * Update GT_Recipe.java * fix and comment * unit test
2023-12-06Add unit test for recipe search (#2394)miozune