Init project

This commit is contained in:
2023-10-30 20:50:02 +05:00
commit 520c767585
7 changed files with 940 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"schemaVersion": 1,
"id": "createairfabric",
"version": "${version}",
"name": "Create Air Fabric",
"description": "Addon for compatibility Create and Thin Air",
"authors": [],
"contact": {},
"license": "GPL-3.0",
"icon": "assets/createairfabric/icon.png",
"environment": "*",
"entrypoints": {},
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
}
}