You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing configs using commands in game, it returns
"An unexpected error occurred trying to execute that command"
I scrolled though the logs and found a possible cause,
"[Server thread/WARN]: Could not read config, using default settings: java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\illus\AppData\Roaming\PrismLauncher\instances\1.20.4.minecraft\saves\Deep Flat\.\enchantedshulkers.toml (The system cannot find the file specified)"
I went to the saves folder and found "enchantedshulkers.toml", but not in the path the game tried to find. It was in
"C:\Users\illus\AppData\Roaming\PrismLauncher\instances\1.20.4.minecraft\saves\Deep Flat\enchantedshulkers.toml"
There was an extra "\.\" in the path the system tried to find. I'm no expert in modding though. Tried to create a folder named "." but it doesn't work.
The text was updated successfully, but these errors were encountered:
When changing configs using commands in game, it returns
"An unexpected error occurred trying to execute that command"
I scrolled though the logs and found a possible cause,
"[Server thread/WARN]: Could not read config, using default settings: java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\illus\AppData\Roaming\PrismLauncher\instances\1.20.4.minecraft\saves\Deep Flat\.\enchantedshulkers.toml (The system cannot find the file specified)"
I went to the saves folder and found "enchantedshulkers.toml", but not in the path the game tried to find. It was in
"C:\Users\illus\AppData\Roaming\PrismLauncher\instances\1.20.4.minecraft\saves\Deep Flat\enchantedshulkers.toml"
There was an extra "\.\" in the path the system tried to find. I'm no expert in modding though. Tried to create a folder named "." but it doesn't work.
The text was updated successfully, but these errors were encountered: