Files
FastGhast/src/main/resources/fabric.mod.json

35 lines
860 B
JSON

{
"schemaVersion": 1,
"id": "fastghast",
"version": "${version}",
"name": "FastGhast",
"description": "Mod that modifies the speed of the Happy Ghast",
"authors": ["KaseToatz"],
"contact": {
"email": "kasetoatz@kasetoatz.com",
"homepage": "https://modrinth.com/mod/fastghast",
"issues": "https://git.kasetoatz.com/KaseToatz/FastGhast/issues",
"sources": "https://git.kasetoatz.com/KaseToatz/FastGhast"
},
"license": "MIT",
"icon": "icon.png",
"environment": "*",
"entrypoints": {
"main": [
"com.kasetoatz.fastghast.Fastghast"
],
"modmenu": [
"com.kasetoatz.fastghast.config.Config"
]
},
"mixins": [
"fastghast.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}",
"dacl": ">=${dacl_version}"
}
}