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

40 lines
772 B
JSON
Raw Normal View History

2020-08-06 23:55:17 +02:00
{
"schemaVersion": 1,
"id": "quickmeth",
"version": "${version}",
"name": "Quickmeth",
"description": "Math sucks so why not break it?",
"authors": [
"JFronny"
],
"contact": {
"website": "https://jfronny.gitlab.io",
2021-03-05 08:01:20 +01:00
"repo": "https://gitlab.com/jfmods/Quickmeth"
2020-08-06 23:55:17 +02:00
},
"license": "MIT",
"icon": "assets/quickmeth/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"io.gitlab.jfronny.quickmeth.quickmeth"
2020-08-07 11:02:13 +02:00
],
"modmenu": [
"io.gitlab.jfronny.quickmeth.ModMenu"
2020-08-06 23:55:17 +02:00
]
2020-08-07 11:02:13 +02:00
2020-08-06 23:55:17 +02:00
},
"mixins": [
2020-08-07 11:02:13 +02:00
"quickmeth.mixins.json"
2020-08-06 23:55:17 +02:00
],
"depends": {
"fabricloader": ">=0.9.0+build.204",
"fabric": "*",
2020-12-12 20:17:28 +01:00
"minecraft": "*"
},
"custom": {
"lithium:options": {
"mixin.gen.perlin_noise": false
}
2020-08-06 23:55:17 +02:00
}
}