All versions
1.14.3-forge
Release
[Forge 1.16.5] Adorn 1.14.34 years ago 17.6K
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
Forge-only.
Added
- European Spanish translation (#258 by @GGlangf)
Changed
- Forge's common tags are now used for mod support for:
- wooden chests (#143)
- iron nuggets, ingots
- emeralds
- crafting stone rods from
#forge:stone - white dyes
- Bumped Kotlin for Forge dependency to 1.17.0
Fixed
- Missing BYG scoria stone brick textures (#226, #235, #254)
- Dupe bug with chairs and carpets (#146)
- Fuel data loading error with Thermal Expansion (#137)
- Tables and benches not being fuel
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:E6FUtRJh:b0oPwH4h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E6FUtRJh:b0oPwH4h"
}

