forked from BRNSystems/Server_storage
Create the block itself
This commit is contained in:
27
src/main/resources/fabric.mod.json
Normal file
27
src/main/resources/fabric.mod.json
Normal 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}"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user