super-secret-revival/src/main/resources/fabric.mod.json

36 lines
728 B
JSON

{
"schemaVersion": 1,
"id": "supersecretrevival",
"version": "${version}",
"name": "Super Secret Revival",
"description": "Brings back the Super Secret Settings from 1.7-1.8",
"authors": [
"oatmealine"
],
"contact": {
"sources": "https://git.oat.zone/oat/super-secret-revival",
"homepage": "https://modrinth.com/mod/super-secret-revival"
},
"license": "LGPL-3.0-only",
"icon": "assets/supersecretrevival/icon.png",
"environment": "client",
"entrypoints": {
"client": [
"zone.oat.supersecretrevival.Mod"
]
},
"mixins": [
"supersecretrevival.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.22",
"fabric": "*",
"minecraft": ["1.20.1"]
}
}