General quality update
Major changes along with some more minor patches + quality upgrades. ✅ Main Changes: - Updated to 1.18.2 - Removed Imber, Altum (for now) and Navitas - Patched issue #1 - Made balancing changes - Cleaned up project - Simplified confusing code
This commit is contained in:
@@ -1,20 +1,21 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "aspects",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.6",
|
||||
|
||||
"name": "Aspects",
|
||||
"description": "This is an example description! Tell everyone what your mod is about!",
|
||||
"description": "An element-based Origins addon for the Fabric modloader.",
|
||||
"authors": [
|
||||
"Fishplex"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://fabricmc.net/",
|
||||
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
||||
"homepage": "https://github.com/missingbinary/Aspects",
|
||||
"sources": "https://github.com/missingbinary/Aspects",
|
||||
"issues": "https://github.com/missingbinary/Aspects/issues"
|
||||
},
|
||||
|
||||
"license": "CC0-1.0",
|
||||
"icon": "assets/modid/icon.png",
|
||||
"icon": "assets/aspects/textures/item/anemo_feather.png",
|
||||
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
@@ -30,9 +31,8 @@
|
||||
"fabricloader": ">=0.11.3",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.18.x",
|
||||
"java": ">=17"
|
||||
},
|
||||
"suggests": {
|
||||
"another-mod": "*"
|
||||
"java": ">=17",
|
||||
"extrakeybinds":"*",
|
||||
"origins": ">=1.4.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user