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:
parent
4677788bcb
commit
2df5b3b3a0
@ -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": {
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"required": true,
|
|
||||||
"minVersion": "0.8",
|
|
||||||
"package": "net.fabricmc.example.mixin",
|
|
||||||
"compatibilityLevel": "JAVA_8",
|
|
||||||
"mixins": [
|
|
||||||
],
|
|
||||||
"client": [
|
|
||||||
"ExampleMixin"
|
|
||||||
],
|
|
||||||
"injectors": {
|
|
||||||
"defaultRequire": 1
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user