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

47 lines
990 B
JSON

{
"schemaVersion": 1,
"id": "quickmath",
"provides": ["quickmeth"],
"version": "${version}",
"name": "QuickMäth",
"description": "Replaces math methods with incorrect alternatives",
"authors": [
"JFronny"
],
"contact": {
"website": "https://jfronny.gitlab.io",
"repo": "https://gitlab.com/jfmods/quickmath"
},
"license": "MIT",
"icon": "assets/quickmath/icon.png",
"environment": "*",
"entrypoints": {
"libjf:config": [
"io.gitlab.jfronny.quickmath.Cfg"
],
"libjf:asm": [
"io.gitlab.jfronny.quickmath.BytecodeTransformer"
],
"main": [
"io.gitlab.jfronny.quickmath.ModMain"
]
},
"mixins": [
"quickmath.mixins.json"
],
"depends": {
"fabricloader": ">=0.13.3",
"minecraft": "*",
"libjf-config-v0": ">=2.10.0",
"libjf-unsafe-v0": ">=2.10.0"
},
"custom": {
"lithium:options": {
"mixin.gen.perlin_noise": false
},
"libjf": {
"asm.export": false
}
}
}