Skip to content

Commit

Permalink
Readd mc-publish metadata
Browse files Browse the repository at this point in the history
I forgot I was going to use it instead of using Modmussy moment!
(oh also, fixed metadata)
  • Loading branch information
EnnuiL committed Dec 21, 2024
1 parent 4abdd92 commit 43859eb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
13 changes: 12 additions & 1 deletion mod_fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "crooked_crooks",
"version": "${version}",
"name": "Crooked Crooks",
"description": "A mod that adds crooks.",
"description": "Adds its own take on crooks. They multiply drops from leaves and grass, herd sheep and pull mobs!",
"authors": [
"Ennui Langeweile"
],
Expand All @@ -26,5 +26,16 @@
"fabricloader": ">=0.16.9",
"minecraft": "=1.21.4",
"fabric-api": ">=0.112.0"
},
"mc-publish": {
"modrinth": "DG76dVRB",
"curseforge": "393714",
"loaders": [
"fabric",
"quilt"
],
"dependencies": [
"fabric-api(required){curseforge:306612}{modrinth:P7dR8mSH}"
]
}
}
7 changes: 6 additions & 1 deletion mod_norge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ displayName = "Crooked Crooks"
logoFile = "icon.png"
authors = "Ennui Langeweile and Up"
description = """
A zoom mod that is powerful, lean, and pretty customizable. The zoom is yours!
Adds its own take on crooks. They multiply drops from leaves and grass, herd sheep and pull mobs!
"""

[[dependencies.crooked_crooks]]
Expand All @@ -31,3 +31,8 @@ type = "required"
versionRange = "[1.21.4,1.22)"
ordering = "NONE"
side = "CLIENT"

[mc-publish]
modrinth = "DG76dVRB"
curseforge = "393714"
loaders = [ "neoforge" ]

0 comments on commit 43859eb

Please sign in to comment.