24 lines
509 B
JSON
24 lines
509 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "finalbeta",
|
|
"version": "1.1.0",
|
|
|
|
"name": "Final Beta",
|
|
"description": "A (Cursed) Fabric mod that adds some quality of life changes and fixes some common issues",
|
|
"authors": ["Wynd"],
|
|
"contact": {},
|
|
|
|
"license": "All Rights Reserved",
|
|
"icon": "assets/finalbeta/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"init": ["xyz.pixelatedw.finalbeta.MainMod"]
|
|
},
|
|
"mixins": ["finalbeta.mixins.json"],
|
|
|
|
"depends": {
|
|
"minecraft": "1.0.0-beta.7.3"
|
|
}
|
|
}
|