32 lines
761 B
JSON
32 lines
761 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "createairfabric",
|
|
"version": "${version}",
|
|
"name": "Create Air Fabric",
|
|
"description": "Addon for Create that add compatibility with Thin Air, Ad Astra",
|
|
"authors": [
|
|
"BitHeaven"
|
|
],
|
|
"contact": {
|
|
"website": "https://bitheaven.ru",
|
|
"repo": "https://git.bitheaven.ru/bitheaven/create-air-fabric"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"icon": "assets/createairfabric/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"ru.bitheaven.createairfabric.CreateAirFabric"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"createairfabric.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=${fabric_loader_version}",
|
|
"fabric": "*",
|
|
"minecraft": "${minecraft_version}",
|
|
"create": "${create_version}"
|
|
}
|
|
}
|