35 lines
746 B
JSON
35 lines
746 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "textile_backup",
|
|
"version": "${version}",
|
|
|
|
"name": "Textile Backup",
|
|
"description": "Small, configurable, fully server-sided backup mod for Fabric",
|
|
"authors": [
|
|
"Szum123321"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://www.curseforge.com/minecraft/mc-mods/textile-backup",
|
|
"sources": "https://github.com/Szum123321/textile_backup"
|
|
},
|
|
|
|
"license": "GPLv3",
|
|
"icon": "assets/textile_backup/textile_backup.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"net.szum123321.textile_backup.TextileBackup"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"textile_backup.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.7.2",
|
|
"fabric": "*",
|
|
"minecraft": ">=1.16-alpha.20.21.a"
|
|
}
|
|
}
|