Removed Mixin stuff since this mod doesn't even use Mixins, and cleaned up a little bit of the code.

This commit is contained in:
Abbanon 2021-01-17 05:26:01 -05:00
parent 4677788bcb
commit 2df5b3b3a0
2 changed files with 3 additions and 17 deletions

View File

@ -6,10 +6,11 @@
"name": "Command GUI Buttons", "name": "Command GUI Buttons",
"description": "Create GUI buttons in-game to execute commands.", "description": "Create GUI buttons in-game to execute commands.",
"authors": [ "authors": [
"JosephG" "JosephG",
"Abbanon"
], ],
"contact": { "contact": {
"homepage": "", "homepage": "https://www.curseforge.com/minecraft/mc-mods/command-gui-buttons",
"sources": "https://github.com/joseph-garcia/command-gui-buttons" "sources": "https://github.com/joseph-garcia/command-gui-buttons"
}, },
@ -23,7 +24,6 @@
] ]
}, },
"mixins": [ "mixins": [
], ],
"depends": { "depends": {

View File

@ -1,14 +0,0 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.fabricmc.example.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
],
"client": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
}
}