Get creeperheal to properly log blocks in the database, using the new queue system.

This commit is contained in:
zontreck 2024-04-24 04:24:16 -07:00
parent a02cd91bcb
commit 2d525f3c7f
25 changed files with 492 additions and 9 deletions

View file

@ -157,6 +157,8 @@ dependencies {
// then special handling is done to allow a setup of a vanilla dependency without the use of an external repository.
minecraft "net.neoforged:forge:${minecraft_version}-${neo_version}"
runtimeOnly fg.deobf("maven.modrinth:mariadb-jdbc:3.1.4+20230506")
implementation fg.deobf("dev.zontreck:LibZontreckMod:${libzontreck}")
// Example mod dependency with JEI - using fg.deobf() ensures the dependency is remapped to your development mappings
// The JEI API is declared for compile time use, while the full JEI artifact is used at runtime