This commit is contained in:
2024-08-19 19:51:50 +02:00
commit 346a14c2be
26 changed files with 1791 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"schemaVersion": 1,
"id": "servershop",
"version": "${version}",
"name": "ServerShop",
"description": "",
"authors": [],
"contact": {},
"license": "MIT",
"icon": "assets/servershop/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"systems.brn.servershop.ServerShop"
]
},
"mixins": [
"servershop.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
}
}