ArchaicFix icon indicating copy to clipboard operation
ArchaicFix copied to clipboard

Fix crafting cache being checked for every recipe

Open kurrycat2004 opened this issue 10 months ago • 0 comments

The injection targeted the list.size() call before, which gets called after before every iteration, which therefore also caused the mixin to run before every iteration, when it should only run once. Changed it to target the initializer instead, so it only runs once

kurrycat2004 avatar Mar 19 '25 17:03 kurrycat2004