ayuda por favor
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
I have a mod that saves certain information in a given location. The database is on the VDS server. I specified the IP with the port, user and password. As a result, I get this error: [29.01.2025 17:19:15.839] [modloading-worker-4/INFO] [STDERR/]: [org.75ms.logger.Logger:<init>:37]: MariaDB JDBC Driver not found. [29.01.2025 17:19:15.840] [modloading-worker-4/INFO] [STDERR/]: [org.75ms.logger.Logger:<init>:38]: java.lang.ClassNotFoundException: org.mariadb.jdbc.Driver Connection details: private static final String DB_URL = "jdbc:mariadb://[ip]:3306/cmd"; private static final String DB_USER = "[user]"; private static final String DB_PASSWORD = "[password]"; private Connection connection; In Gradle the following dependency is specified: dependencies { minecraft 'net.minecraftforge:forge:1.16.5-36.2.42' implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.1' }
-
By TileEntity · Posted
Looks like an issue with Connector/fabric-api Try the latest build of fabric-api If there is no change, make a test without the fabric mods -
You seem to be confusing Minecraft Forge (a mod loader, this site) with CurseForge (a mod distribution platform for Minecraft and other games). The two are unrelated, you probably want to take this feedback to CurseForge.
-
i mean this as liike a search by keyword kinda thing, like how youtube descriptions may have a bunch of random words as "tags", i guess idk
-
I'm just wondering why there isn't really a feature to include descriptions/overviews of mods in the search bar, not trying to find a mod this way. Sorry for the confusion
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.