ArchaicFix
ArchaicFix copied to clipboard
Fix crafting cache being checked for every recipe
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