Tags
Creators
Details
1.20.1-0.0.7
Compatibility
Required content
Changes
Bug Fixes:
- Fixed a bug with the VeryManyPlayers mod installed, which was giving free sticks.
New Features:
-
Added Energized Flint and Steel: lights most blocks with soul fire
-
Added Energy Essence
-
Added Zygrin Light: A light without texture that fits in the Zygrin blockset. This light is specifically designed to be used in the structure update.
-
Fixed the Petrified Wall recipe.
-
Added Kryslum Enriched Soil: This soil is intended to be used in the structure update.
-
Revamped Dimension Access: Instead of dropping a Soul Heart when killing the Warden, you can now obtain Energy Essence. Energy Essence can be obtained either when the Warden kills certain passive mobs (cow, bee, horse, donkey, mule, chicken, pig, sheep, bat, please request if you want more) or when you kill the Warden. Use this Energy Essence, along with a flint and steel, to craft an Energized Flint and Steel.
-
Fixed an issue where Kryslum Fluid could not be replaced by blocks and could be pushed by pistons.
Changes:
-
new texture for Kryslum
-
Glomper AI improvements by @warior456 (Pull Request #18)
For the full details of all changes, please refer to the Full Changelog.
If you have any questions or encounter any issues, please reach out to us on our GitHub repository.
Full Changelog: https://github.com/warior456/Sculk-Depths/compare/0.0.6...0.0.7
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:IpnJiCsh:OrKvtu6D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IpnJiCsh:OrKvtu6D"
}


