istu.1.20.2-epic-knights-fabric.8.8.source-code.fabric.mod.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of 1.20.2-epic-knights-fabric Show documentation
Show all versions of 1.20.2-epic-knights-fabric Show documentation
mod that adds medieval stuff to the game
The newest version!
{
"schemaVersion": 1,
"id": "magistuarmory",
"version": "8.8",
"name": "Epic Knights Mod",
"description": "Adds medieval stuff to the game",
"authors": [
"Magistu"
],
"contributors": [
"StaxiHD", "Mino", "Lexiolty", "Jackiecrazy", "CrazyBarkley", "Ryuje", "Cole3050"
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/epic-knights-armor-and-weapons",
"sources": "https://github.com/Magistu/Knightly-Armory",
"discord": "https://discord.gg/R8U8Hpgr75"
},
"license": "All Rights Reversed",
"icon": "assets/magistuarmory/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"com.magistuarmory.fabric.EpicKnightsFabric"
],
"modmenu": [
"com.magistuarmory.fabric.config.ModMenuFabric"
]
},
"depends": {
"fabric": "*",
"minecraft": ">=1.20.0",
"architectury": ">=8",
"cloth-config": ">=10"
}
}