Skip to content

Commit

Permalink
chore: bumped vers and updated description metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dxxxxy committed Jul 9, 2023
1 parent c8dcfd6 commit 17f2c20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license="GPL-3.0"
modId="ecu" #mandatory
version="${file.jarVersion}" #mandatory
displayName="ecu" #mandatory
description="Client-side only patch that allows you to unlock ALL the cosmetics (+ emotes) in the Essential mod. Works on every version of Essential MC (1.8.9 - 1.19.4)."
description="Client-side only patch that allows you to unlock ALL cosmetics (+ emotes) in the Essential mod. Works on every version of Essential MC (1.8.9 - 1.20)."

[[dependencies.ecu]] #optional
modId="forge" #mandatory
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"schemaVersion": 1,
"id": "ecu",
"version": "1.1.0",
"version": "1.2.1",
"name": "EssentialCosmeticsUnlocker",
"description": "Client-side only patch that allows you to unlock ALL the cosmetics (+ emotes) in the Essential mod. Works on every version of Essential MC (1.8.9 - 1.19.4).",
"description": "Client-side only patch that allows you to unlock ALL cosmetics (+ emotes) in the Essential mod. Works on every version of Essential MC (1.8.9 - 1.20).",
"authors": ["dxxxxy"],
"license": "GPL-3.0",
"environment": "*",
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/modid.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[{
"modid": "ecu",
"name": "EssentialCosmeticsUnlocker",
"description": "Client-side only patch that allows you to unlock ALL the cosmetics (+ emotes) in the Essential mod. Works on every version of Essential MC (1.8.9 - 1.19.4).",
"version": "1.1.0",
"description": "Client-side only patch that allows you to unlock ALL cosmetics (+ emotes) in the Essential mod. Works on every version of Essential MC (1.8.9 - 1.20).",
"version": "1.2.1",
"authorList": ["dxxxxy"],
}]

0 comments on commit 17f2c20

Please sign in to comment.