Skip to content

Commit

Permalink
Removed mixin extras and added modmenu metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MehradN committed Jun 12, 2023
1 parent 6e26dff commit 182ca08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ dependencies {
parchment("org.parchmentmc.data:parchment-${project.parchment_version}@zip")
}

implementation "com.github.LlamaLad7:MixinExtras:${project.mixin_extras_version}"
annotationProcessor "com.github.LlamaLad7:MixinExtras:${project.mixin_extras_version}"
include "com.github.LlamaLad7:MixinExtras:${project.mixin_extras_version}"

modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
}
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ maven_group=ir.mehradn
archives_base_name=mehrad-config

# Dependencies
mixin_extras_version=0.1.1
fabric_version=0.83.0+1.20
12 changes: 7 additions & 5 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
},
"license": "GPL-3.0",
"environment": "*",
"entrypoints": {
"preLaunch": [
"ir.mehradn.mehradconfig.MehradConfigPreLaunch"
]
},
"mixins": [
"mehrad-config.mixins.json",
{
Expand All @@ -31,5 +26,12 @@
"minecraft": "~1.20",
"fabricloader": ">=0.14.21",
"fabric-api": ">=0.83.0+1.20"
},
"custom": {
"modmenu": {
"badges": [
"library"
]
}
}
}

0 comments on commit 182ca08

Please sign in to comment.