-
-
Notifications
You must be signed in to change notification settings - Fork 3
Description
HI,i'll start off by saying that i'm using a modpack so i don't expect this ticket to be considered .
I know a bit of java myself so i know that the exception that the mod threw (FileNotFoundException) is not a very good sign.
I've noticed using the mod that the cache folder is always empty,at least when i checked after every crash, and that exception was thrown.
I don't know how you manage the cache but i think a "reload" command that tries to re-cache everything around could fix the cache file problem.
Maybe the FileNotFoundException could be catched and you can reload the cache (create the cache files) automatically.
Exceptions and logs
latest.log
To Reproduce
Steps to reproduce the behavior:
- enter the game
- try to use any command
- crash
Modified options
Nothing was modified, it was clean, the config has only allowBreak and allowPlace both true
Environment (please complete the following information):
- OS: windows 10
- Java version: 1.8.0_301
- Minecraft version: 1.7.10
- Maple version: latest( maple-fabric-mc1.17-0.1.0+build.4 )
- Other mods (if used): it is a modpack, there are a lot of mods.
Additional context
have a nice day : D

