Create the block itself

This commit is contained in:
2024-05-24 08:17:39 +02:00
commit 2aee732f7e
20 changed files with 762 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"schemaVersion": 1,
"id": "server_storage",
"version": "${version}",
"name": "Server storage",
"description": "",
"authors": [],
"contact": {
"repo": "https://git.brn.systems/BRNSystems/Server storageatencryptor"
},
"license": "MIT",
"icon": "assets/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"systems.brn.server_storage.ServerStorage"
]
},
"mixins": [
"server_storage.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
}
}