Links
Creators
Details
Licensed MIT
Published 9 months ago
Updated 3 weeks ago
All versions
2.1.1
Release
create-more-girder-2.1.1-neo2 months ago 26K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Version 2.1.1
Fixed
- fixed large filesize
Version 2.1.0
Fixed
- 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 (survival pickaxe / hand breaks still pop bracket and mimic on the ground as before)
- Fixed sneak-wrenching (pickup) a shaft / cog / fluid-pipe with a non-copycat bracket popping the bracket on the ground — the bracket now follows the host into the player's inventory in survival (overflow to the ground if full) and is discarded in creative, matching the existing copycat-bracket pickup behaviour
- Fixed track paving with Iron Truss and Iron Beam doing nothing — the legacy hand-written
paving_girder/girdertag JSONs insrc/main/resourceswere shadowing the data-generated tags and missing the new iron entries, so the paver could not recognise iron girders. The stale tag files are now removed; the Registrate-generated tag set undersrc/generated/resourcesis the single source of truth - 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
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
- Ten new bracket variants: Andesite, Brass, Iron, Weathered Iron, Zinc, 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
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:C2sl9ylO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sPg2LVAd:C2sl9ylO"
}


