38 lines
710 B
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": {
|
||
|
}
|
||
|
}
|