* Update to 1.21.3 part 1 Don't expect it to work anytime soon. * Update to 1.21.3 part 2 * Gradle 8.8 -> 8.12 * Working Build 1.21.3 Had to revert gradle to 8.10 due to unforseen issues. * Removed Unused Imports * Small rendering fixes (hopefully) * 1.21.4 port * Use Utils.canUpdate in AutoCraft * Intellij code fixes --------- Co-authored-by: crazymoose77756 <ryanrogo064@gmail.com> Co-authored-by: SByte <stormybytes@gmail.com>
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "meteor-rejects",
|
|
"version": "${version}",
|
|
|
|
"name": "Meteor Rejects",
|
|
"description": "An addon to Meteor Client that adds modules and commands that were too useless to be added to Meteor directly.",
|
|
"authors": [
|
|
"Cloudburst",
|
|
"StormyBytes"
|
|
],
|
|
"contact": {
|
|
"issues": "https://github.com/AntiCope/meteor-rejects/issues",
|
|
"sources": "https://github.com/AntiCope/meteor-rejects"
|
|
},
|
|
|
|
"license": "GPL-3.0",
|
|
"icon": "assets/rejects/icon.png",
|
|
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"meteor": [
|
|
"anticope.rejects.MeteorRejectsAddon"
|
|
],
|
|
"seedcrackerx": [
|
|
"anticope.rejects.utils.SeedCrackerEP"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"meteor-rejects.mixins.json",
|
|
"meteor-rejects-meteor.mixins.json"
|
|
],
|
|
"accessWidener": "meteor-rejects.accesswidener",
|
|
"custom": {
|
|
"meteor-client:color": "227,0,0",
|
|
"github:sha": "${gh_hash}"
|
|
},
|
|
"depends": {
|
|
"java": ">=21",
|
|
"minecraft": "~${mc_version}",
|
|
"meteor-client": "*"
|
|
}
|
|
}
|