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

37 lines
737 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": {
2021-05-19 15:12:49 +02:00
"libjf:config": [
"io.gitlab.jfronny.quickmeth.Cfg"
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": "*",
2021-07-21 15:54:32 +02:00
"minecraft": "*",
2021-10-09 14:13:15 +02:00
"libjf-config-v0": ">=2.0"
},
"custom": {
"lithium:options": {
"mixin.gen.perlin_noise": false
}
2020-08-06 23:55:17 +02:00
}
}