Tags
Creators
Details
1.0.3-1.20.1
Compatibility
Changes
Update 1.0.3-1.20.1
New Blocks
- Horizontal Side Beams,
- Side Beams,
- Corner Shallow Diagonal Beams,
- Shallow Diagonal Side Beams,
- Half Diagonal Side Beams,
- Diagonal Side Beams,
- Steeper Diagonal Side Beams,
- Diagonal Stripped Logs,
- Steeper Diagonal Stripped Logs,
- Horizontal Platforms,
- Horizontal Diagonal Platforms,
- Shallow Steps,
- Oak and Spruce Railings, Diagonal Railings, Corner Railings and Horizontal Diagonal Railings.
- Arrowslits,
- Round Columns,
- Shallow Ladder,
New Features
- Added a new Variant Selector GUI, which can be opened when the appropriate item is in the player's hotbar by pressing the "Z" key by default. When pressed, a new GUI will open, allowing you to select block variants. This feature is intended to reduce the number of block items and improve inventory management.
- An extension state has been added to Vertical Beam Blocks. As with other Beam Blocks, the four different extension states can be cycled using the Mallet item.
- Added the "Middle" blockstate to Horizontal Diagonal Beams, Half Horizontal Diagonal Beams, Diagonal Lintels, and Half Diagonal Lintels.
- Thin Stripped Logs can now be stacked up to 4 times.
Changes
-
Important – Blockstate Reset Notice Due to the block property changes listed below, the affected blocks placed in existing worlds will have their blockstates reset. As a result, these blocks may need to be broken and placed again to function or render correctly.
Block Property Changes;
- For Vertical Beam Blocks:
- The "shape" property has been renamed to "variant".
- For Horizontal Beam Blocks:
- The "shape" property has been renamed to "variant".
- The "part" property has been renamed to "half".
- For Vertical Beam Blocks:
-
Removed the Sub Creative Mode tabs. All Architect items are now in the same tab following the addition of the new Variant Selector.
Fixes
- "Ladder" is now climbable.
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:YtIVfPne:WwQtGqmF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YtIVfPne:WwQtGqmF"
}

