Fix Crashes with Forge from JSONDB

This commit is contained in:
2023-06-24 19:26:54 +02:00
parent 91c72f7b7b
commit 2ab98dd5e0
3 changed files with 9 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ dependencies {
shaded("org.apache.commons:commons-collections4:${commons4}")
shaded("com.github.oshi:oshi-core:${oshi}")
shaded("org.jasypt:jasypt:${jasypt}:lite")
shaded("io.jsondb:jsondb-core:${json_db}")
shaded("io.jsondb:jsondb-core-minecraft:${json_db}")
// Config
implementation("me.hypherionmc.moon-config:core:${moonconfig}")