All versions
1.20.1-9.3.4.0-forge
Release
9.3.4.0 for Forge 1.20.1last month 24.5K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Unavailable version
Any compatible version
Any compatible version
Changes
Added
- Missing recipe for Tyrannosaurus tooth dagger
- Analyzing frozen meat or tar fossils can now return turtle dna
- Reduced dna rates when analyzing ink sac, string or chicken eggs
- Fuel duration field to culture vat and worktable recipes
- Analyzing goat horns now gives goat dna
- Analyzing frozen meat or tar fossils can now return camel dna
Fixed
- Deinonychus model jaw clipping
- World not loading if an entity has multiple variants of the same type
- Fossil entity not syncing the correct model and age on load
- Particles for various blocks
- Small texture issue in sifter menu
- Anu Boss music sometimes playing multiple times
Mod Compatibility
- Fixed JEI display for recipes with "nothing" output
- Added support for EMI
- Added more items to fabric community tags
- Fixed Farmers Delight Roast Chicken not being considered meat
- Updated minimum required version for Farmers Delight (Forge) to 1.3.2
- Updated minimum required version for Festive Delight (Forge) to 2.0.0
- Updated minimum required version for Delightful (Forge) to 3.8
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:IJY7IqPP:ChiOT0xS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IJY7IqPP:ChiOT0xS"
}

