New-Soviet-Era/src/main/resources/fabric.mod.json
2023-09-29 16:08:47 +03:00

44 lines
No EOL
880 B
JSON

{
"schemaVersion": 1,
"id": "new_soviet",
"version": "${version}",
"name": "New Soviet Era",
"description": "Minecraft mod to relive the good old days",
"authors": [
"Andrew_7_1",
"Karoter2"
],
"contact": {
"homepage": "https://nse.a71.su/",
"sources": "https://git.a71.su/Ethyl/New-Soviet-Era"
},
"license": "Mixed: All rights reserved assets & MIT code",
"icon": "assets/new_soviet/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"su.a71.new_soviet.NewSoviet"
],
"client": [
"su.a71.new_soviet.NewSovietClient"
],
"fabric-datagen": [
"su.a71.new_soviet.DataGeneration"
]
},
"depends": {
"fabricloader": ">=0.14.22",
"minecraft": "~1.20.1",
"java": ">=17",
"fabric-api": "*"
},
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/D46vGJeCfj"
},
"update_checker": true
}
}
}