1.1.9
Compatibility
Required content
Changes
**Mercenaries from the Southern Realms have arrived to bolster your armies! **
- Leopards Company (with alternate version)
- Marksmen of Miragliano
- Alcatani Fellowship (with alternate version)
- Braganzas Besieger
- Tilean Pikeman
Misc
Some texture fixes for various models.
Estalia was pretty bare bones so to flesh it out I turned it into the Southern Realms with mainly Dogs of War models.
In the next update I want to make some more banners for each faction and I've been thinking about maybe making some shields as well.
Also there's some hidden Warhammer 40k stuff I did just for fun as far as I know I dont think anyone's made armor for this faction in the 40k mods I've seen so have fun with them!
None of them will pop up on JEI but you can find the recipes if you look hard enough.
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:b0Sl4fW1:IlIuxEDG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:b0Sl4fW1:IlIuxEDG"
}


