Skip to content

Commit

Permalink
Merge pull request #43 from KosmX/dev
Browse files Browse the repository at this point in the history
Set license in fabric.mod.json and forge mods.toml
  • Loading branch information
KosmX authored Jan 21, 2023
2 parents d3b5da9 + de152fc commit bbdf075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minecraft/fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homepage": "kosmx.dev",
"sources": "https://github.com/KosmX/fabricPlayerAnimation"
},
"license": "Insert License Here",
"license": "MIT",
"environment": "*",
"entrypoints": {
"client": ["dev.kosmx.playerAnim.fabric.client.FabricClientInitializer"]
Expand Down
2 changes: 1 addition & 1 deletion minecraft/forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
modLoader = "javafml"
loaderVersion = "[37.1.1,)"
#issueTrackerURL = ""
license = "Insert License Here"
license = "MIT"

[[mods]]
modId = "playeranimator"
Expand Down

0 comments on commit bbdf075

Please sign in to comment.