2023-04-02 20:25:30 +03:00
|
|
|
{
|
|
|
|
|
"schemaVersion": 1,
|
|
|
|
|
"id": "betterbeta",
|
2023-04-03 02:12:26 +03:00
|
|
|
"version": "1.0.0",
|
2023-04-02 20:25:30 +03:00
|
|
|
|
|
|
|
|
"name": "BetterBeta",
|
2023-04-03 02:12:26 +03:00
|
|
|
"description": "A (Cursed) Fabric mod that adds some quality of life changes and fixes some common issues",
|
2023-04-02 20:25:30 +03:00
|
|
|
"authors": ["Wynd"],
|
|
|
|
|
"contact": {},
|
|
|
|
|
|
2023-04-03 02:12:26 +03:00
|
|
|
"license": "All Rights Reserved",
|
2023-04-02 20:25:30 +03:00
|
|
|
"icon": "assets/betterbeta/icon.png",
|
|
|
|
|
|
|
|
|
|
"environment": "*",
|
|
|
|
|
"entrypoints": {
|
|
|
|
|
"init": ["xyz.pixelatedw.betterbeta.MainMod"]
|
|
|
|
|
},
|
|
|
|
|
"mixins": ["betterbeta.mixins.json"],
|
|
|
|
|
|
|
|
|
|
"depends": {
|
|
|
|
|
"minecraft": "1.0.0-beta.7.3"
|
|
|
|
|
}
|
|
|
|
|
}
|