pixelchat/mod-fabric/resources/fabric.mod.json

32 lines
625 B
JSON
Raw Normal View History

2024-12-15 19:45:32 +00:00
{
2024-12-16 16:45:24 +00:00
"schemaVersion": 1,
"id": "pixelchat",
"version": "${version}",
"name": "PixelChat",
2024-12-16 16:48:38 +00:00
"description": "A simple mod to share images in-game.",
2024-12-16 16:45:24 +00:00
"authors": [
"1e99"
],
"contact": {
"sources": "https://git.1e99.eu/1e99/pixelshare"
},
"license": "MPL-2.0",
"icon": "assets/pixelchat/icon.png",
"environment": "client",
"entrypoints": {
"client": [
"eu.e99.pixelchat.fabric.PixelChat"
]
},
"mixins": [
"pixelchat.mixins.json"
],
"depends": {
"fabricloader": ">=0.16.9",
"minecraft": "~1.21.4",
"java": ">=21",
"fabric-api": "*"
},
"suggests": {
}
2024-12-15 19:45:32 +00:00
}