1

1.20.2-epic-knights-common

mod that adds medieval stuff to the game
https://github.com/magistu/epic-knights
MIT License
Files download
File Operation
1.20.2-epic-knights-common-8.10.jar download
1.20.2-epic-knights-common-8.10.pom download
1.20.2-epic-knights-common-8.10-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.magistu</groupId>
  <artifactId>1.20.2-epic-knights-common</artifactId>
  <version>8.10</version>
</dependency>
Gradle Groovy
implementation 'io.github.magistu:1.20.2-epic-knights-common:8.10'
Gradle Kotlin
implementation("io.github.magistu:1.20.2-epic-knights-common:8.10")
Scala SBT
libraryDependencies += "io.github.magistu" % "1.20.2-epic-knights-common" % "8.10"
Groovy Grape
@Grapes(
  @Grab(group='io.github.magistu', module='1.20.2-epic-knights-common', version='8.10')
)
Apache Ivy
<dependency org="io.github.magistu" name="1.20.2-epic-knights-common" rev="8.10" />
Leiningen
[io.github.magistu/1.20.2-epic-knights-common "8.10"]
Apache Buildr
'io.github.magistu:1.20.2-epic-knights-common:jar:8.10'