Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
1.21-2.10.1-fabric
Release
1.21-2.10.1-fabriclast year 659
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
UPDATED:
- Building But Better (COMMON): Updated an outdated method
- Every Compat (COMMON): CompatChestTexture Class - Updated deprecated methods to use new methods
v2.10.0
UPDATED:
- Every Compat: Major port from 1.20.1 to support Stone Zone
- Farmer's Delight (COMMON): Blacklisted cinnamon (WoodType) from Extra Delight for cutting recipe - #896
- Woodworks (NF): Updated BlockEntityType for Beehives - #902
LEGENDS:
- (COMMON): NEOFORGE & FABRIC
- (FB): FABRIC
- (NF): NEOFORGE
- (IT) - Included Texture: Added the ResourceLocation of tfhe missing textures required for blocks or generating a new texture
Optional dependencies
Any compatible version
Any compatible version
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:eiktJyw1:E4gk71GI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eiktJyw1:E4gk71GI"
}








































