All versions
1.9.8
Release
Contentified 1.9.82 weeks ago 25
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Additions:
- Added ITEM GROUPING to the Creative inventory.
- There is an option in Accessibility settings to enable/disable it, and it’s OFF by default.
- When the option is enabled, similar items in the Creative inventory will be sorted into collapsible groups, just like Bedrock Edition.
- Added a new command: /toast <player(s)> <titleText> <text>
- Optional nodes for the command include:
- title_color <titleColor>: Choose a color for the title text of a toast.
- text_color <textColor>: Choose a color for the regular text of a toast.
- background_color <backgroundColor>: Choose a color for the background of a toast.
- duration <durationInSeconds>: Choose the duration that the toast stays on-screen.
- icon <iconType (none/exclamation/question_mark/item)> <item (if the player uses ‘icon item’)>: Choose the icon of a toast.
- sound <soundId>: Choose a sound to play alongside the “sliding” sound when a toast appears.
- Optional command nodes can be defined in any order.
- When run, this command will display a toast in the top-right corner of the screen for the specified player(s).
- Optional nodes for the command include:
Changes:
- Sulfur Cubes can now absorb Note Blocks, and can be tuned with one of the 25 notes of a Note Block.
- Note Block Sulfur Cubes play a block’s Note Block sound when:
- The Sulfur Cube hits the surface of a block.
- The Sulfur Cube gets punched by a player.
- The Sulfur Cube is powered by Redstone.
- Note Block Sulfur Cubes play a block’s Note Block sound when:
- Note Blocks now support cycling notes BACKWARDS by sneaking and interacting with them.
- Mud now hydrates Farmland. This means it’s now possible to make farms in the Nether.
- Mud only hydrates Farmland RIGHT next to it, to prevent this feature from being too overpowered.
- Attacking mobs will no longer stop the player from sprinting, something a lot of people hated in vanilla Minecraft.
Technical:
- Acceptable Sifting Table items are now in the new “sifting_table_insertable” item tag instead of being hard-coded.
Fixes:
- Fixed Fertilized Farmland not being a valid item for Sifting Tables.
- Fixed the idle hand animation not working anymore.
- Fixed Mob Weighted Pressure Plates using the same appearance as Human Weighted Pressure Plates.
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:n8VQffJt:DRbvwwXH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n8VQffJt:DRbvwwXH"
}

