36 lines
703 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"
],
"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",
2021-09-16 18:24:01 +01:00
"ledger": ">=1.1.0",
2021-09-16 18:12:44 +01:00
"fabric-language-kotlin": "*"
}
}