{ "schemaVersion": 1, "id": "quickmath", "provides": ["quickmeth"], "version": "${version}", "name": "QuickMäth", "description": "Replaces math methods with incorrect alternatives, causing interesting corruption", "authors": [ "JFronny" ], "contact": { "email": "projects.contact@frohnmeyer-wds.de", "homepage": "https://jfronny.gitlab.io", "issues": "https://git.frohnmeyer-wds.de/JfMods/QuickMath/issues", "sources": "https://git.frohnmeyer-wds.de/JfMods/QuickMath" }, "license": "MIT", "icon": "assets/quickmath/icon.png", "environment": "*", "entrypoints": { "libjf:config": ["io.gitlab.jfronny.quickmath.JFC_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-core-v1": ">=2.10.0", "libjf-unsafe-v0": ">=2.10.0" }, "custom": { "lithium:options": { "mixin.gen.perlin_noise": false }, "libjf": { "asm.export": false } } }