Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last year
All versions
1.0.2-1.20.1
Release
Conquest:Architects 1.0.2-1.20.1last year 432.1K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
New Blocks
- Added Half Diagonal Boards.
- Added Diagonal Boards.
- Added Steeper Diagonal Boards.
- Added Balustrades.
- Added Diagonal Balustrades.
- Added Corner Balustrades.
- Added Stone Lintels.
- Added Stone Door Frames and Frame Posts.
- Added Stone Thin Architraves.
- Added Stone Corbels.
- Added Stone Wall Attached Pillars
- Added Stone Spiral Staircase (Experimental).
New Features
- Added Loot Tables for all blocks
- Added ability to climb to "Ladder"
- Added crafting recipes for all stone-type blocks. They can now be crafted using the Stonecutter with the corresponding materials, such as "Stone", "Sandstone", "Red Sandstone", "Quartz", or "Diorite".
- Added crafting recipes for all wood-type blocks. When using the Hearthfire mod, they can now be crafted with the Sawhorse using the corresponding wood variants.
Changes
- Updated the Creative Mode tab UI for improved organization and accessibility.
- Added Extension states to "Diagonal Beams", "Steeper Diagonal Beams" and "Corner Half Diagonal Beams".
- The "Half" state of Steep Step Blocks can now be toggled by right-clicking.
Fixes
- Edited "Horizontal Diagonal Beams" and "Diagonal Lintels" models to fix some UV issues.
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:UpQNky26"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YtIVfPne:UpQNky26"
}

