Skip to content

Commit

Permalink
Update fabric.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Aug 17, 2023
1 parent 301351e commit 650fc71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"schemaVersion": 1,
"id": "unlimitedtrade",
"version": "${version}",
"name": "UnlimitedTrade",
"description": "This is an example description! Tell everyone what your mod is about!",
"name": "Unlimited Trade",
"description": "An automatic & stable fully automatic unlimited trading module",
"authors": [
"a3510377"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
"homepage": "https://github.com/a3510377/Unlimited-Trade",
"sources": "https://github.com/a3510377/Unlimited-Trade"
},
"license": "CC0-1.0",
"icon": "assets/unlimitedtrade/icon.png",
Expand All @@ -30,8 +30,8 @@
"minecraft": "${minecraft_dependency}",
"malilib": "*",
"itemscroller": "*",
"magiclib": "*",
"fabric-api": "*",
"magiclib": ">=0.7.0",
"java": ">=17"
},
"suggests": {
Expand Down

0 comments on commit 650fc71

Please sign in to comment.