Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 3 months ago
All versions
2.12+1.21.1
Release
SoL:Classic_v2.12+1.21.1 (Fabric)3 months ago 305
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Fixed
- Fixed Fabric server config not taking effect on dedicated servers. The config path was resolved as a relative path, which could point to a different location depending on the working directory of the startup script. Now resolved to an absolute path via
toAbsolutePath(). Config file location remains<world>/serverconfig/solclassic-server.toml. - Fixed potential NullPointerException in config array parsing (
shortFoodDecayModifiers,foodBlacklist) that could silently prevent all config values from being applied. - Config values are now applied in the correct order: scalar values are written before array values, so scalar settings are always applied even if array parsing fails.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Utos7Mlk:Zc1b8B7P"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Utos7Mlk:Zc1b8B7P"
}![Spice of Life: Classic Edition [1.20.1]](https://cdn.modrinth.com/data/Utos7Mlk/95249280928eafc70f176368f1684632a61b7900.png)

