Merge pull request #2 from Abbanon/master
Removed Mixin stuff since this mod doesn't even use Mixins, and cleaned up some code
This commit is contained in:
commit
ae9bbe4337
@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
|
|||||||
loader_version=0.10.6+build.214
|
loader_version=0.10.6+build.214
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.0.0
|
mod_version = 1.0.1
|
||||||
maven_group = com.josyf.commandbuttons
|
maven_group = com.josyf.commandbuttons
|
||||||
archives_base_name = command-gui-buttons
|
archives_base_name = command-gui-buttons
|
||||||
|
|
||||||
|
@ -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