Skip to content

Commit

Permalink
Update fabric mod properties
Browse files Browse the repository at this point in the history
  • Loading branch information
latokike authored Dec 19, 2022
1 parent a1f94e6 commit 99a38f8
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 @@ -11,16 +11,16 @@
"homepage": "https://curseforge.com/minecraft/mc-mods/myth-origins",
"sources": "https://github.com/Latokike/myth-origins"
},
"license": "MIT",
"license": "GPL-3.0",
"icon": "assets/mythorigins/icon.png",
"environment": "*",
"entrypoints": {
"client": [
"latokike.mythorigins.common.client.MythOriginsClient"
],
"main": [
"latokike.mythorigins.common.MythOrigins"
]
],
"client": [
"latokike.mythorigins.common.client.MythOriginsClient"
]
},
"mixins": [
"mythorigins.mixins.json"
Expand Down

0 comments on commit 99a38f8

Please sign in to comment.