39 lines
704 B
JSON
39 lines
704 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "command-gui-buttons",
|
|
"version": "${version}",
|
|
|
|
"name": "Command GUI Buttons",
|
|
"description": "Create GUI buttons in-game to execute commands.",
|
|
"authors": [
|
|
"JosephG"
|
|
],
|
|
"contact": {
|
|
"homepage": "",
|
|
"sources": "https://github.com/joseph-garcia/command-gui-buttons"
|
|
},
|
|
|
|
"license": "gpl-3.0",
|
|
"icon": "assets/mgbuttons/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"com.josyf.commandbuttons.CommandButtons"
|
|
]
|
|
},
|
|
"mixins": [
|
|
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.7.4",
|
|
"fabric": "*",
|
|
"minecraft": "1.16.x",
|
|
"fabric-key-binding-api-v1": "*"
|
|
},
|
|
"suggests": {
|
|
"flamingo": "*"
|
|
}
|
|
}
|