Tags
Creators
Details
Licensed ARR
Published 2 years ago
All versions
3.0.0-Fabric
Release
All-The-Wood-Weve-Got-Fabric-3.0.0last year 372
Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
3.0.0
- Update to 1.21.4
2.2.1
- Fix error in barrel models causing them to not render correctly
2.2.0
- Fix Line in the top middle of Double Chests Textures
- Add ModMenu Support (Fabric)
- Fix Barrels Missing 90 Rotation in North Direction
2.1.0
- Refactor ChestRenderer into render\blockentity package
- Remove Consumer Use in Forge/NeoForge Client
2.0.2
- Add German Translations (de_de) (Credits: ieguana)
- Add Russian Translations (ru_ru) (Credits: j-tap)
- Add Spanish (Chile) Translations (es_cl) (Credits: Ganbare-Lucifer)
2.0.1
- Add Simplified Chinese Translations (zh_cn) (Credits: Crown-Fairy)
- Add Ukrainian Translations (uk_ua) (Credits: unroman)
- Add Japanese Translations (ja_jp) (Credits: Abbage230)
2.0.0
- Initial 1.21.1 Release
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:qvq8iHWh:t8uT62CV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qvq8iHWh:t8uT62CV"
}

