35 lines
716 B
JSON
Raw Normal View History

2021-09-16 18:12:44 +01:00
{
"schemaVersion": 1,
"id": "ledger-databases",
"version": "${version}",
"name": "Ledger Databases",
"description": "Adds support for H2 and MySQL databases to Ledger",
"authors": [
"yitzy299"
],
2023-06-29 15:30:11 -07:00
"contact": {
2024-04-10 10:14:10 -07:00
"homepage": "https://modrinth.com/project/ledger-databases",
"sources": "https://github.com/QuiltServerTools/Ledger-Databases"
2023-06-29 15:30:11 -07:00
},
2021-09-16 18:12:44 +01:00
"license": "LGPL-3.0",
"environment": "*",
"entrypoints": {
"server": [
{
2024-04-09 20:24:02 -07:00
"value": "net.quiltservertools.ledger.databases.LedgerDatabases::INSTANCE"
2021-09-16 18:12:44 +01:00
}
]
},
"depends": {
2021-12-01 19:50:22 +00:00
"fabricloader": ">=0.12.5",
2021-09-16 18:12:44 +01:00
"fabric": "*",
"java": ">=16",
2023-06-29 15:30:11 -07:00
"ledger": ">=1.3.0",
2021-09-16 18:12:44 +01:00
"fabric-language-kotlin": "*"
}
}