Links
Creators
Details
Licensed MIT
Published 10 months ago
Updated 2 weeks ago
All versions
2.2.0
Release
Create: More Girder 2.2.03 weeks ago 2,788
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Version 2.2.0
Added
- Added optional Sable Beyond integration: struts and copycat blocks receive realistic per-connection physics mass (scaled by connection length and mimicked material) when Sable Beyond is installed. Without Sable Beyond installed, behavior is unchanged.
- Added Russian translation (
ru_ru.json) by savereks. - Added a server config option (
girder.createGirderPlacementSystem) to toggle between the CMG girder placement behaviour and base Create's placement system. The new default (true) makes CMG girders behave like base Create's metal girder. To keep the old CMG behaviour, setcreateGirderPlacementSystem=falseinserverconfig/createmoregirder-server.tomlbefore opening an existing world.
Changed
- Renamed the "Beam" family display names to "Girder" (e.g. "Andesite Beam" ā "Andesite Girder"). Block/item IDs are unchanged, so schematics, KubeJS scripts, datapacks, and existing worlds are unaffected. The Truss family keeps its name.
Fixed
- Fixed copycat girders, struts, and brackets not correctly rendering the mimicked block's colour, transparency, lighting, and geometry ā now matches Create's native copycats.
- Fixed the iron bracket sharing the same crafting recipe as the metal bracket.
- Fixed schematic saving for strut and copycat girder block entities to prevent potential data loss.
- Reduced mod file size.
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:SCfU8JVq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sPg2LVAd:SCfU8JVq"
}


