Links
Tags
Creators
Details
All versions
3.1.2+1.21.11
Release
Assorted Discoveries 3.1.2+1.21.115 days ago 65
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Bugs Fixed:
- The dispenser now gives off particles when bonemealing end stone. This should be fixed for servers as well.
- Improved compatibility with mods that alter dispenser behavior!
- Both the lower podzol and mycelium slabs now use the correct model for snowy slabs.
- The "cuddle buddy" advancement is now correctly disabled when all plushie config options are disabled.
- Fixed the config option for the pale oak wall recipe. It now is correctly enabled/disabled when the enable_stripped_wooden_walls is enabled/disabled instead of the enable_wooden_walls option!
- Lower dirt path slabs now correctly turn back into dirt slabs when a block is placed on them, when the slabbed mod is installed.
- Mycelium slabs now give off particles similar to the mycelium block.
- Mushrooms now can be placed on mycelium and podzol slabs.
- Each mixin method now has a unique name. This should help with compatibility with other mods.
- Wooden walls are now strippable with an axe.
- Added the wiki to the mod menu screen.
Technical:
- Added the "any_in_category_enabled" resource load condition.
Optional dependencies
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:aPbDj9i2:fIMZtPEk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aPbDj9i2:fIMZtPEk"
}



