Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 2 years ago
Updated last year
All versions
fabric-1.21-0.0.6a
Alpha
fabric-1.21-0.0.6alast year 464
Compatibility
Minecraft: Java Edition
1.21โ1.21.4
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog
- Added Palm Stairs, Palm Slabs, Palm Fences, Palm Fence Gates, Palm Signs and Palm Hanging Signs.
- Palm Planks now have breaking speeds based on tool.
- Added the Endrite Ingot, can be obtained with 4 endrite Endrite Scraps and 4 Diamonds in a Crafting Table.
- The Endrite Block has a recipe. It can be crafted with 9 Endrite Ingots.
- Endrite Ingots are now required to turn netherite tools into endrite tools.
- Wooden chairs now drops itself when broken.
- The Mace now makes a sound when hitting a block with it.
- The Rice grows in shallow waters and does not waste bonemeal anymore.
- The Stonecutter now deals damage when stepped on and makes a hurting sound.
- Added Dirt Slabs and Glass Slabs.
- Niobium tools and armor can now be enchanted correctly, with item-specific enchantments now being correctly applied.
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:YUQWsjD6:9Lrri92o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YUQWsjD6:9Lrri92o"
}

