Skip to content

Commit

Permalink
FMJ fixes and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
unascribed committed Aug 29, 2023
1 parent e3fca55 commit b1180ea
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,23 @@
"id": "fireblanket",
"version": "${version}",
"name": "Fireblanket",
"description": "Performance and bugfixing utilities for Modfest events.",
"description": "Performance and bugfixing utilities for ModFest events.",
"authors": [
"Jasmine"
"Jasmine",
"unascribed"
],
"license": "MIT",
"license": "AGPL-3.0-or-later",
"icon": "assets/fireblanket/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"net.modfest.fireblanket.Fireblanket"
],
"client": [
"net.modfest.fireblanket.FireblanketClient"
]
"main": [ "net.modfest.fireblanket.Fireblanket" ],
"client": [ "net.modfest.fireblanket.FireblanketClient" ]
},
"mixins": [
"fireblanket.mixins.json"
],
"mixins": [ "fireblanket.mixins.json" ],
"accessWidener": "fireblanket.aw",
"depends": {
"minecraft": "~1.20.1",
"java": ">=17",
"fabric-api": "*"
}
}
}

0 comments on commit b1180ea

Please sign in to comment.