34 lines
821 B
JSON
34 lines
821 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "elytraboostnotplace",
|
|
"version": "${version}",
|
|
"name": "去他妈的放烟花!",
|
|
"description": "将一项25w16a的内容移植到当前版本",
|
|
"authors": ["BRanulf"],
|
|
"contact": {
|
|
"homepage": "https://git.branulf.top/Branulf",
|
|
"sources": "https://git.branulf.top/Branulf/ElytraBoost"
|
|
},
|
|
"license": "MIT",
|
|
"icon": "assets/elytraboostnotplace/icon.png",
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
|
|
|
|
"main": [
|
|
"com.example.elytraboostnotplace.ElytraBoostNotPlaceMod"
|
|
],
|
|
"client": [
|
|
"com.example.elytraboostnotplace.ElytraBoostNotPlaceModClient"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"elytraboostnotplace.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=${loader_version}",
|
|
"fabric": "*",
|
|
"minecraft": "${minecraft_version}"
|
|
}
|
|
}
|