This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
GulliverReloaded/src/main/resources/fabric.mod.json

32 lines
879 B
JSON

{
"schemaVersion": 1,
"id": "modid",
"version": "${version}",
"name": "${name}",
"description": "The Gulliver mod remade for modern Minecraft!",
"authors": [
"TheBrokenRail"
],
"contact": {
"homepage": "https://thebrokenrail.com/",
"sources": "https://gitea.thebrokenrail.com/TheBrokenRail/GulliverReloaded.git",
"issues": "https://gitea.thebrokenrail.com/TheBrokenRail/GulliverReloaded/issues"
},
"license": "MIT",
"icon": "assets/gulliverreloaded/textures/mob_effect/shrink.png",
"environment": "*",
"entrypoints": {
"main": [
"com.thebrokenrail.gulliverreloaded.GulliverReloaded"
]
},
"mixins": [
"gulliverreloaded.mixins.json"
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x"
}
}