Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 months ago
All versions
1.20.1-0.3.6
Release
Spelunkery 1.20.1-0.3.62 years ago 2,327
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
New Features
- updated pebble textures
- added magma block pebbles
- added rough quartz shards
- added Mushgloom, Phosphor Fungus, and Cave Mushroom Stem blocks
- added Huge Mushglooms and Huge Phosphor Fungus which can be grown with bonemeal
- added Etcetera support (bismuth nuggets + raw bismuth nuggets)
- added tooltips for sluices and channels
- added config option (enabled by default) to make portal fluid teleportation instant
- the Handheld Compactor has been marked as WIP and had its recipe removed
Bug Fixes
- fixed spring water geysers shooting into the sky
- fixed spring water geysers duplicating spring water
- fixed mores config option crashing game
- fixed incompat with tectonic
- fixed incompat with iris
- fixed issues with recent moonlight updates
- fixed create compat recipes broken on forge
- updated how grindstone recipes work
- implemented pr to improve block stripe performance
- implemented pr to improve subtitles
- implemented pr to update some translations
- implemented several other prs for bug fixes
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:krskFMfA:hjyPiY5n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:krskFMfA:hjyPiY5n"
}

