Ayfri
11/11/2024, 12:57 AMfabric
, forge
, neoforge
and quilt
mod-loaders !
Example :
kotlin
val myDataPack = dataPack("my_datapack") {
// ...
}
myDataPack.generateJar {
fabric {
author("Ayfri")
contact {
homepage = "<https://kore.ayfri.com>"
sources = "<https://github.com/Ayfri/Kore>"
}
version = "1.2.5"
}
// Other mod-loaders...
}
Check out the documentation on this feature here : https://github.com/Ayfri/Kore/wiki/creating-a-datapack#jar-generation
The next release should be focused on updating Kore to 1.21.2 👌
Do not forget to star the project ⭐