24 lines
486 B
JSON
24 lines
486 B
JSON
|
|
{
|
||
|
|
"schemaVersion": 1,
|
||
|
|
"id": "betterbeta",
|
||
|
|
"version": "${version}",
|
||
|
|
|
||
|
|
"name": "BetterBeta",
|
||
|
|
"description": "This is an example description! Tell everyone what your mod is about!",
|
||
|
|
"authors": ["Wynd"],
|
||
|
|
"contact": {},
|
||
|
|
|
||
|
|
"license": "CC0-1.0",
|
||
|
|
"icon": "assets/betterbeta/icon.png",
|
||
|
|
|
||
|
|
"environment": "*",
|
||
|
|
"entrypoints": {
|
||
|
|
"init": ["xyz.pixelatedw.betterbeta.MainMod"]
|
||
|
|
},
|
||
|
|
"mixins": ["betterbeta.mixins.json"],
|
||
|
|
|
||
|
|
"depends": {
|
||
|
|
"minecraft": "1.0.0-beta.7.3"
|
||
|
|
}
|
||
|
|
}
|