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:
Joseph Garcia 2021-01-18 14:55:40 -06:00 committed by GitHub
commit ae9bbe4337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 18 deletions

View File

@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.10.6+build.214
# Mod Properties
mod_version = 1.0.0
mod_version = 1.0.1
maven_group = com.josyf.commandbuttons
archives_base_name = command-gui-buttons

View File

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