Links
Creators
Details
Licensed MIT
Published 10 months ago
Updated 2 weeks ago
All versions
2.1.1
Release
create-more-girder-2.1.1-forge3 months ago 464
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Version 2.1.1
Fixed
- Mixin Remap was missing (again -.-)
- fixed large filesize
Version 2.1.0
Added
- Iron Truss and Iron Beam block families, each with encased shaft and strut variants ā six new blocks with crafting recipes using vanilla iron blocks and iron plates
- Nine new bracket variants: Andesite, Brass, Iron, Weathered Iron, Copycat, and four waxed copper oxidation stages (Copper, Exposed Copper, Weathered Copper, Oxidized Copper), each snapping onto shafts, cogwheels, and fluid pipes
- Shortcut recipe for Waxed Oxidized Copper Bracket crafted from unwaxed oxidized copper, so fully-oxidized vanilla copper is no longer a dead-end
Fixed
- Fixed Copycat Truss and Copycat Beam side brackets not adopting the mimic texture when placed next to solid blocks
- Fixed brackets placed on third-party cogwheels using the shaft bracket model instead of the cog bracket model
- Fixed sneak-wrenching a host block with a non-copycat bracket incorrectly routing the bracket through the player's inventory
- Fixed shaft / cog / fluid-pipe brackets dropping on the ground when their host is broken in creative ā brackets and any copycat mimic are now discarded with the rest of the block
- Fixed track paving doing nothing for Iron Truss and Iron Beam ā stale hand-written tag JSONs were shadowing the Registrate-generated girder tags
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:sPg2LVAd:2zFAQshm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sPg2LVAd:2zFAQshm"
}

