Files
PictureSign/fabric/src/main/resources/fabric.mod.json
Martin Prokoph 948c7f47d1 Huge code cleanup, Architectury & Watermedia
- A huge cleanup of the codebase
- Make use of the Architectury build system
- Replaced VideoLib with WATERMeDIA (More features, better stability, multiplatform support)
2024-06-20 17:55:40 +02:00

36 lines
774 B
JSON
Executable File

{
"schemaVersion": 1,
"id": "picturesign",
"version": "${version}",
"name": "PictureSign",
"description": "Use signs to display custom images and videos completely client-side!",
"authors": [
"Motschen",
"TeamMidnightDust"
],
"contact": {
"homepage": "https://www.midnightdust.eu/",
"sources": "https://github.com/TeamMidnightDust/PictureSign",
"issues": "https://github.com/TeamMidnightDust/PictureSign/issues"
},
"license": "MIT",
"icon": "assets/picturesign/icon.png",
"environment": "client",
"entrypoints": {
"client": [
"eu.midnightdust.picturesign.fabric.PictureSignClientFabric"
]
},
"depends": {
"midnightlib": "*",
"watermedia": "*"
},
"mixins": [
"picturesign.mixins.json"
]
}