Tags
Creators
Details
Licensed CC-BY-SA-4.0
Published 3 years ago
Updated 6 months ago
All versions
v1.11.4
Release
Blocks You Need - v1.11.4 - [1.20.1] - FORGE6 months ago 4,833
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
1.11.4 - Hotfix
Changes
- Metal Beams & Red Metal Beams should now be placeable in all directions, N-S, E-W, U-D - Fixing Parity with Wrought Metal Beams
- Reformatted some Copper Oxidation Logic to better match vanilla, rest will be done in 1.12
- Optimised some Axe-Stripping Recipes
- Redid Iron>Steel Recipe Chain to now include a step before pig iron to make it better compatible with other mods
Additions
- Added Raw Rough Iron & Block
- Added Rough Iron Ingot & Block
- Added Rough Iron Forge/Neoforge Tags
- Added byn:carbon_infuse tag
- Added forge/c:mends tag
- Added forge/c:plates tag
- Added general material tags
- Added Alternate Soot Recipes
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:lIyS5pGh:mKbPWfw8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lIyS5pGh:mKbPWfw8"
}

