37 lines
673 B
JSON
37 lines
673 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "songplayer",
|
|
"version": "1.0.0",
|
|
|
|
"name": "Song Player",
|
|
"description": "Builds and plays noteblocks",
|
|
"authors": [
|
|
"hhhzzzsss"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://fabricmc.net/",
|
|
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
|
},
|
|
|
|
"license": "CC0-1.0",
|
|
"icon": "assets/songplayer/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"com.github.hhhzzzsss.songplayer.SongPlayer"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"songplayer.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.7.4",
|
|
"fabric": "*",
|
|
"minecraft": "1.16.x"
|
|
},
|
|
"suggests": {
|
|
"flamingo": "*"
|
|
}
|
|
}
|