From ef218c2070b87ea5f6b3fe54c19dac65b94873cc Mon Sep 17 00:00:00 2001 From: JurgenKuyper <45831568+JurgenKuyper@users.noreply.github.com> Date: Thu, 29 Dec 2022 10:54:19 +0100 Subject: [PATCH] updated fabric sql storage text --- Configuration.txt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.txt.md b/Configuration.txt.md index 8e3c1c2..1e29a23 100644 --- a/Configuration.txt.md +++ b/Configuration.txt.md @@ -53,7 +53,7 @@ storage: Only filetree is supported out of the box, depending on your server fork you may need to download a connector to allow you to use other storage types. #### fabric / forge -The @kosma created two mods that add the SQL connectors that work on both fabric and Forge. +The fabric dev @kosma created two mods that add the SQL connectors that work on both fabric and Forge. + The SQlite integration is handled by: [Kosmolot's SQlite mod](https://www.curseforge.com/minecraft/mc-mods/sqlite-jdbc) + The MySQL/MariaDB integration is handled by: [Kosmolot's MySQL mod](https://www.curseforge.com/minecraft/mc-mods/mysql-jdbc)