Tags
Creators
Details
Licensed CC-BY-4.0
Published last year
Updated 3 days ago
All versions
0.6
Alpha
Self-Sustainable 0.6 - 1.21.13 days ago 50
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Warning, this is a game breaking update. Proceed with caution!
-
Oven changes/fixes:
- Added mortared variant for the oven
- Fixed fuel level displaying incorrectly
- Changed a lot on how ovens work internally, so this will likely break stuff with existing ovens in your worlds
-
Torch fixes:
- Fixed a missing texture/model for the unlit soul wall torch
- Fixed crude torches to properly break if the block below them is broken
- Fixed torch items not extinguishing when they fall into water
- Fixed unlit torches to properly light up from falling lava and fire blocks
-
Misc
- Added many dedicated sound events for things like using primitive firestarters, igniting stuff, knitting, etc.
- Fixed wet brick block to only break when an entity collides on the exact shape of the block instead of when entering the full shape of the block space it's standing on
- Fixed/added proper sound event for the wet brick when it breaks from being stepped on
- Fixed double healing which happened when using Self Sustainable and Granular Hunger together
- Updated the mod to Fabric Loader 0.116.15, Fabric Loader 0.19.3 & BTWR: Shared Library 0.8.5
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:LrBIinUY:4SAjQXLR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LrBIinUY:4SAjQXLR"
}


