
World saving and loading
JamieM0 opened this issue ยท 5 comments
The time taken to load and save a world is increased by the copying of files from the /saves to the /current-world directory and vice-versa, this is especially a problem with larger worlds, having the option to configure this functionality would improve usability, even if it means not having the option to quit without saving.
You can simply disable Save Cache
in the latest betas
https://github.com/Kyubion-Studios/Mod-Resources
Thanks but I'm having an issue compiling the latest beta, running gradlew build results in the following, sorry if it's something simple that I'm missing:
> Configure project :
Running Stonecutter 0.5-beta.5
> Configure project :1.20.1-fabric
Architectury Loom: 1.9.426
This version of Architectury Loom is in beta! Please report any issues you encounter: https://github.com/architectury/architectury-loom/issues
> Task :1.20.1-fabric:processIncludeJars
(3.preview-3.1.3-46) is not valid semver for dependency dev.isxander:libsdl4j:3.preview-3.1.3-46
> Task :1.20.1-fabric:remapJar FAILED
> Task :1.20.1-forge:remapJar FAILED
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':1.20.1-fabric:remapJar'.
> A failure occurred while executing net.fabricmc.loom.task.RemapJarTask$RemapAction
> Failed to remap, java.lang.IllegalArgumentException: Cannot nest jars into none mod jar Legacy4J-1.20.1-1.7.10.2502.0.jar
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':1.20.1-forge:remapJar'.
> A failure occurred while executing net.fabricmc.loom.task.RemapJarTask$RemapAction
> Failed to remap, java.nio.file.NoSuchFileException: Could not find AW 'legacy-120.accesswidener' to convert into AT!
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================
BUILD FAILED in 12s
Thanks @FR00TP3NCH I missed that earlier