finalbeta/src/main/resources/fabric.mod.json

24 lines
513 B
JSON
Raw Normal View History

2023-04-02 20:25:30 +03:00
{
"schemaVersion": 1,
"id": "betterbeta",
"version": "1.0.0",
2023-04-02 20:25:30 +03:00
"name": "BetterBeta",
"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": {},
"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"
}
}