Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 months ago
All versions
1.20.1-0.3.11
Release
Spelunkery 1.20.1-0.3.112 years ago 765
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
New Features
- updated textures of phosphor mushrooms, mushglooms, inkcaps and their blocks
- added phosphor shroomlight
- updated the huge mushglooms and phosphor fungi shapes
- phosphor fungi and mushglooms can now also be grown into their huge form on any block below y = 0
- tangle roots block tool is now hoe
- updated spring water bucket texture
- added popping and bubbling sounds to spring water
- added blue ice to the spring_geyser_breakable tag
- grindstone polishing recipes have been completely reworked internally
- repairing a depleted diamond grindstone now only requires one rough diamond nugget to fully restore
- shift-clicking a grindstone with an enchanted item will now remove the enchant in exchange for xp
- gemstone grinding recipes will yield slightly better results when using a non-depleted diamond grindstone, but they can deplete it
- stone decoration blocks with a polished variant can now be crafted using the grindstone
- you can no longer crouch to grind a whole stack of items
- the grinding recipes for shards and blocks have been removed
- diamond grindstone depletion occurs much less frequently
- depletion chance config can now be set to 0 without causing crashes
- xp from grinding recipes can now be determined by # of experience bottle items are in grinding loot tables
- grindstone depletion chance can now be determined by # of bedrock items are in grinding loot tables
- simplified "grindable" tooltips
- updated portal fluid's tooltip
- updated Shimmer mod support
- added japanese translation
Bug Fixes
- when using the mod with sodium, spring water will now appear yellow, this should be reported to them
- fluids with atypical naming can now be made to have custom sluice outputs
- fixed issue with required moonlight lib version
- fix issues with fabric farmers delight recipes
- added more blocks to the chisel_immune tag
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:6M9lVYGM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:krskFMfA:6M9lVYGM"
}

