fabric mod swag
This commit is contained in:
@@ -41,6 +41,8 @@ processResources {
|
|||||||
|
|
||||||
filesMatching("fabric.mod.json") {
|
filesMatching("fabric.mod.json") {
|
||||||
expand "version": project.version
|
expand "version": project.version
|
||||||
|
|
||||||
|
filter { line -> line.replace("@mc_version@", project.minecraft_version) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"id": "meteor-rejects",
|
"id": "meteor-rejects",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
|
|
||||||
"name": "Meteor Rejects Addon",
|
"name": "Meteor Rejects",
|
||||||
"description": "An addon to Meteor Client that adds modules and commands that were too useless to be added to Meteor directly.",
|
"description": "An addon to Meteor Client that adds modules and commands that were too useless to be added to Meteor directly.",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Cloudburst",
|
"Cloudburst",
|
||||||
@@ -27,10 +27,12 @@
|
|||||||
"meteor-rejects.mixins.json",
|
"meteor-rejects.mixins.json",
|
||||||
"meteor-rejects-meteor.mixins.json"
|
"meteor-rejects-meteor.mixins.json"
|
||||||
],
|
],
|
||||||
|
"custom": {
|
||||||
|
"meteor-client:color": "227,0,0"
|
||||||
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"java": "16",
|
"java": "16",
|
||||||
"minecraft": ">=1.17",
|
"minecraft": ">=@mc_version@",
|
||||||
"meteor-client": ">0.4.3"
|
"meteor-client": ">0.4.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user