mirror of
https://github.com/BlockWorldGroup/Ledger-Databases.git
synced 2025-08-18 04:10:15 +08:00
36 lines
697 B
JSON
36 lines
697 B
JSON
![]() |
{
|
||
|
"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": "*"
|
||
|
}
|
||
|
}
|