mirror of
https://github.com/BlockWorldGroup/Ledger-Databases.git
synced 2025-08-20 22:03:21 +08:00
Add H2 and MySQL support
This commit is contained in:
35
src/main/resources/fabric.mod.json
Normal file
35
src/main/resources/fabric.mod.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "ledger-databases",
|
||||
"version": "${version}",
|
||||
|
||||
"name": "Ledger Databases",
|
||||
"description": "Adds support for H2 and MySQL databases to Ledger",
|
||||
"authors": [
|
||||
"yitzy299"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://fabricmc.net/",
|
||||
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
||||
},
|
||||
|
||||
"license": "LGPL-3.0",
|
||||
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"server": [
|
||||
{
|
||||
"value": "net.quiltservertools.ledger.databases.LedgerDatabases"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.11.3",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.17.x",
|
||||
"java": ">=16",
|
||||
"ledger": "*",
|
||||
"fabric-language-kotlin": "*"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user