Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
Updated 8 months ago
All versions
0.5.109+mc1.20.1-build.104
Beta
Sophisticated Core 0.5.109+mc1.20.1-build.1042 years ago 229.8K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Another bugfix release of SophisticatedCore for Fabric for MC 1.20.1.
It is based on Version 0.5.108 of SophisticatedCore.
Fixes
- Check if the items are empty before trying to extract them. Fixes a crash with Void Upgrade in GUI mode
- Fix litematica server side due to an accidentally used class from malilib.
- Fixes an incompatibility with other storage mods extracting items via the extract function that was not implemented
- Fix crashes in the FilteredItemHandler
- Renamed porting_lib loot to base and added the level snapshot functionality. Fixes a bug with the pump upgrade crashing the game whenever it tries to place a fluid.
- Fix a bug with Limited Barrels and Void upgrade not working properly. Items where not inserted when right-clicking and also not voided.
- Fix a bug where items from the compression upgrade do not show up for pulling out and also did not show up in jade
- Fixes an item loss when all slots are filled and only memory slots are left empty
- Fixes a major item loss issue in the InventoryHandler
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:9jxwkYQL:w3jSSP5U"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9jxwkYQL:w3jSSP5U"
}



