Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
alpha-1.4.2-1.20.1
Alpha
Middle-earth alpha-1.4.2-1.20.12 years ago 16.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
- Fixed mod files generation issue when loading the mod for the first time (although it's still advised to allocate at least 3-4gb of RAM for the first launch of the mod)
- Fixed Trolls persistence (only persistent when tamed)
- Fixed lanterns rotation in structures
- Fixed crabs spawning
- Fixed lebethron lang mistake
- Fixed mossy cobblestones variants recipes
- Fixed dolomite loot-table to drop cobbled dolomite
- Fixed chairs recipes
- Fixed vanilla furnaces recipe to use the cobbled mod blocks instead of stones
- Fixed rope loot-table
- Fixed cracked stone tiles stairs lang name
- Fixed entities spawning with gold armor
- Fixed Hills of Evendim and Marshal lang mistakes
- Fixed rabbits & foxes variants in cold & warm biomes
- Skeleton horses no longer spawn in Middle-earth
- Balanced horse armors between factions
- Replaced tin by lead in Dwarven steel recipe
- Nerfed horse meat and dishes saturation & hunger values to fit vanilla ones.
- Added silver maple tree and reworked maple textures
- Added place stacking to vertical slabs (like normal slabs)
- Added wheat ingredient and strawberry as berry tag input in the berry pie recipe
- Added command to enter middle-earth
/middle-earth tp [PlayerName] xyz - Added snails & frogs to mirkwood swamps, nindalf, ethir anduin and some snails in the Shire.
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:aT3Teaxa:287BNQQ3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aT3Teaxa:287BNQQ3"
}

