QuickMath/src/main/resources/fabric.mod.json

31 lines
639 B
JSON

{
"schemaVersion": 1,
"id": "quickmeth",
"version": "${version}",
"name": "Quickmeth",
"description": "Math sucks so why not break it?",
"authors": [
"JFronny"
],
"contact": {
"website": "https://jfronny.gitlab.io",
"repo": "https://gitlab.com/JFronny/Quickmeth"
},
"license": "MIT",
"icon": "assets/quickmeth/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"io.gitlab.jfronny.quickmeth.quickmeth"
]
},
"mixins": [
"io.gitlab.jfronny.quickmeth.mixins.json"
],
"depends": {
"fabricloader": ">=0.9.0+build.204",
"fabric": "*",
"minecraft": "1.16.1"
}
}