Get creeperheal to properly log blocks in the database, using the new queue system.
This commit is contained in:
parent
a02cd91bcb
commit
2d525f3c7f
25 changed files with 492 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue