All versions
4.2
Release
Valarian Conquest 4.26 months ago 21.2K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Removed armor from claimed soldier and archer
- Added Epic Fight logic to Archer and Soldier for use with custom datapacks (Armor issue still exists)
- Changed Archer class to use vanilla ranged logic for bows and crossbows
- Added Patrol Wand
- Lowered faction soldier cost
- Added faction profession blocks to builder block
- Gardonians faction is now Burgundians
- Implemented Burgundians and Bohemians
- Fixed players unable to hit each other due to friendly fire turned off on neutral faction
- Factions will no longer attack factionless citizens or villagers
- Changed patrols to have minimum 3 day cooldown and horse will now despawn when rider is killed
- Increased Structure spawns
- Added Burgundian Outpost, Burgundian Castle, and Bohemian Outpost
- Added Experimental Formations and keybinds for use with Command Wand
- Added Barbute style Helmet
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:FTLgMXgq:WqpqzFoS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FTLgMXgq:WqpqzFoS"
}

