This repository has been archived on 2023-11-08. You can view files and clone it, but cannot push or open issues or pull requests.
mc-PlexTool/bin/main/fabric.mod.json

38 lines
710 B
JSON

{
"schemaVersion": 1,
"id": "plextool",
"version": "0.1.0",
"name": "PlexSheeps tool mod",
"description": "Some of these might be considered hacking tools.",
"authors": [
"Plexsheep <software@cscherr.de>"
],
"contact": {
"homepage": "https://www.cscherr.de/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "CC0-1.0",
"icon": "assets/modid/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"de.cscherr.plextool.PlexTool"
]
},
"mixins": [
"plextool.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.17",
"fabric-api": "*",
"minecraft": "~1.19.4",
"java": ">=17"
},
"suggests": {
}
}