Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last month
All versions
0.8.1
Release
Reign 0.8.1last month 179
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Update 0.8 - Houses and Faith
Patch 0.8.1
- Added House Traditions: different models of hierarchy and House development.
- Added House Doctrines: powerful strategic bonuses unlocked through influence and authority coins.
- Added domain religions: Asceticism, Order, Chaos, Abundance, and Atheism.
- Added zeal and daily divine tasks. Complete tasks to strengthen your domain’s faith and keep religion bonuses active.
- Added cross-server religion statistics through /religion.
- Added a new in-game guidebook.
- Added domain treasuries and three levels of land protection: low, medium, and high expenses.
- Added the ability to create a new Crown with /king crown create, if unbound lords holding 66% of total influence gather near the Fund.
- Added foreign policy through /king external: the King or the Hand can support or condemn a neighboring kingdom.
- Added the labor black market: buyers can be placed outside the capital, but profession coins sell for 50% of their value.
- Reworked profession coin economy: prices were adjusted, demand grows slower, and demand between professions is now connected.
- Added /house view <House> to inspect basic House information.
- Order reduces capital upkeep and helps with world events by lowering required resources.
- Abundance improves profession coin sales and grants influence, but increases food and jewelry upkeep.
- Asceticism reduces food upkeep, empowers simple tools, and grants daily experience based on faith spread.
- Chaos gains combat and curse-based advantages, but weakens if it becomes too widespread or if Order is stronger.
- Increased incubator needs cap from 4096 to 8192.
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:gDMwrRaT:ZrXvXcQs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gDMwrRaT:ZrXvXcQs"
}

