make sure the MySQL dependency is installed

This commit is contained in:
EoD 2025-04-25 21:14:58 +00:00
parent 11b5d26143
commit 2331485970

View File

@ -66,6 +66,14 @@ description='''${mod_description}'''
ordering="NONE"
side="BOTH"
# Dependency for MySQL
[[dependencies.${mod_id}]]
modId="mysql_jdbc"
mandatory=true
versionRange="[8.0.33+20230506,)"
ordering="NONE"
side="SERVER"
# Features are specific properties of the game environment, that you may want to declare you require. This example declares
# that your mod requires GL version 3.2 or higher. Other features will be added. They are side aware so declaring this won't
# stop your mod loading on the server for example.