2022-01-04 12:23:14 -05:00
|
|
|
{
|
|
|
|
"schemaVersion": 1,
|
|
|
|
"id": "cauldron_dyeing",
|
|
|
|
"version": "${version}",
|
|
|
|
"name": "Cauldron Dyeing",
|
|
|
|
"description": "Bring Bedrock's cauldron-based armor dyeing to Java Edition.",
|
|
|
|
"authors": [
|
|
|
|
"TibiNonEst"
|
|
|
|
],
|
|
|
|
"contact": {
|
|
|
|
"sources": "https://github.com/TibiNonEst/cauldron-dyeing",
|
|
|
|
"issues": "https://github.com/TibiNonEst/cauldron-dyeing/issues"
|
|
|
|
},
|
|
|
|
"license": "LGPL-3.0-only",
|
|
|
|
"icon": "assets/cauldron_dyeing/icon.png",
|
|
|
|
"environment": "*",
|
|
|
|
"entrypoints": {
|
|
|
|
"main": [
|
|
|
|
"me.tibinonest.mods.cauldron_dyeing.CauldronDyeing"
|
|
|
|
]
|
|
|
|
},
|
2022-08-18 20:28:36 -04:00
|
|
|
"accessWidener": "cauldron-dyeing.accesswidener",
|
2022-01-04 12:23:14 -05:00
|
|
|
"mixins": [
|
2022-04-13 19:04:49 -04:00
|
|
|
"cauldron-dyeing.mixins.json"
|
2022-01-04 12:23:14 -05:00
|
|
|
],
|
|
|
|
"depends": {
|
2022-04-13 19:04:49 -04:00
|
|
|
"minecraft": ">=1.18.2",
|
2022-01-10 09:52:45 -05:00
|
|
|
"fabricloader": ">=0.12.0",
|
2022-01-04 12:23:14 -05:00
|
|
|
"fabric-object-builder-api-v1": ">=0.1"
|
|
|
|
}
|
|
|
|
}
|