Skip to content

Commit

Permalink
update mod metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Jan 20, 2024
1 parent a0cde6d commit 46f7d10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Binary file modified src/main/resources/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@
"name": "Finorza Inference",
"description": "${description}",
"authors": [
"pyke.io"
"Carson M",
"Matouš Kučera"
],
"license": "Apache-2.0",
"contact": {
"email": "[email protected]",
"homepage": "https://github.com/vitri-ent/finorza",
"sources": "https://github.com/vitri-ent/finorza",
"issues": "https://github.com/vitri-ent/finorza/issues"
},
"environment": "client",
"license": "PROPRIETARY",
"entrypoints": {
"client": [
"io.pyke.vitri.finorza.inference.FinorzaInference"
Expand All @@ -25,6 +32,6 @@
"depends": {
"fabricloader": ">=0.8.0",
"minecraft": "=1.16.5",
"fabric-api": "*"
"fabric": "~0.42.0"
}
}

0 comments on commit 46f7d10

Please sign in to comment.