SongPlayer/build/resources/main/fabric.mod.json

38 lines
673 B
JSON
Raw Normal View History

2020-08-09 22:34:51 -04:00
{
"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": "*"
}
}