
Epic Knights of the Seven Kingdoms
An addon for Epic Knights - Armors Shields and Weapons which adds various armors, sigils, weapons from ASOIAF Universe by George R. R. Martin, including content from Game of Thrones, House of the Dragon and Knight of the Seven Kingdoms.
Tags
Creators
Details
1.20.1_1.4.0_fabric
Compatibility
Changes
[+] Weirwood block set: planks, stairs, slabs, etc.
[+] Weirwood tree generation in the world: it rarely spawns in forests and taigas and has a carved face crying tree's sap sometimes. Also you can leave marks on it:
"Each night at dusk he slashed the heart tree in the godswood to mark the passing of another day. Thirteen marks can be seen upon that weirwood still; old wounds, deep and dark, yet the lords who have ruled Harrenhal since Daemon’s day say they bleed afresh every spring."
[+] Weirwood longbow which has slightly better stats than regular longbow from EK. You can only use weirwood arrows with it.
[+] Seven-pointed star sigil added.
[+] Blackfyre sword now has its canonical ruby in the guard.
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:pCnMpVeR:mmzSQaDe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pCnMpVeR:mmzSQaDe"
}
