aboutsummaryrefslogtreecommitdiff
path: root/src/functionalTest/java/gregtech/test
AgeCommit message (Collapse)Author
2024-08-04Circuit material overhaul (#2814)chochem
* first push to use new Materials for circuits * dont deprecate or redefine ultimate * sa * move it * second round * dont deprecate or redefine advanced * part 3 * part 4 * part 5 * part 6 * mini fix
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-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