mirror of
https://github.com/xzeldon/ChromaBlocks.git
synced 2025-04-04 05:37:09 +03:00
* - Refactoring - Add black, blue, cyan, purple, red, white and yellow chroma blocks - Rename mod
41 lines
725 B
JSON
41 lines
725 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "chromablocks",
|
|
"version": "${version}",
|
|
|
|
"name": "Chroma Blocks",
|
|
"description": "Chroma key in Minecraft!",
|
|
"authors": [
|
|
"xzeldon"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://zeldon.ru/",
|
|
"sources": "https://github.com/xzeldon/chromablocks"
|
|
},
|
|
|
|
"license": "MIT",
|
|
"icon": "assets/chromablocks/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"ru.xzeldon.chromablocks.ChromaBlocks"
|
|
],
|
|
|
|
"client": [
|
|
"ru.xzeldon.chromablocks.ChromaBlocksClient"
|
|
]
|
|
},
|
|
"mixins": [],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.13.3",
|
|
"fabric": "*",
|
|
"minecraft": "~1.19",
|
|
"java": ">=17"
|
|
},
|
|
"suggests": {
|
|
"another-mod": "*"
|
|
}
|
|
}
|