Storage Request Table does not remember the state of JEI search toggle
curiosity-a opened this issue ยท 4 comments
Minecraft version & Mod Version:
Minecraft 1.12
SimpleStorageNetwork-1.12.2-1.7.4
Single player or Server:
Single player
Describe problem (what you were doing / what happened):
- Open Storage Request Table
- Turn off JEI search
- Restart the game
- Open Storage Request Table
- Observe the bug
if possible add a config to have JEI search in SSN disabled.
Note that this won't fix the bug. Because multiplayer exists.
Yes, currently the red-green flag is stored per client, but only in local memory and is not saved on disc anywhere.
The upside is that if you set one table to red, all tables get it. And the setting is for you only, if other players use that table it wont change for them.
The downside is that yes its not saved.
I should save it with the player data somehow. Or the tile entity / remote item stack.