[Bug]: Refined Storage Pattern item not rendering
TheOnlyM7 opened this issue ยท 9 comments
For those running into this issue i wouldnt recommend disabling modernfix. Since it still proviced a ton of optimizations and might make the game unrunable. instead try this;
- Ensure ATM9 is not running
- Go to the ATM9 Installation folder
- navigate to the config folder
- Find
modernfix-mixins.properties
- Open the file with notepad
- Remove the following line; by default this is the last line
mixin.perf.dynamic_resources=true
- Save the file
- Refined storage patterns should now function again.
Deleting the line mixin.perf.dynamic_resources=true worked for me, thanks Danny Janse.