Skip to content

Commit

Permalink
Fixed some mod info
Browse files Browse the repository at this point in the history
  • Loading branch information
kckarnige committed Sep 27, 2024
1 parent d05e5d2 commit 582d945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ yarn_mappings=1.21+build.2
loader_version=0.15.11

# Mod Properties
mod_version=1.0.0
mod_version=1.0.1
maven_group=com.kckarnige
archives_base_name=wham

Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"id": "wham",
"version": "${version}",
"name": "Wham!",
"description": "A complete mace overhaul!",
"description": "A mod that gives the mace a complete overhaul!",
"authors": [
"KayoticCarnige"
],
"contact": {
"homepage": "https://fabricmc.net/",
"homepage": "https://modrinth.com/mod/wham-mace",
"sources": "https://github.com/kckarnige/WhamMace"
},
"license": "MIT",
"license": "MPL-2.0",
"icon": "assets/wham/icon.png",
"environment": "*",
"entrypoints": {
Expand Down

0 comments on commit 582d945

Please sign in to comment.