An open API service indexing awesome lists of open source software.

https://github.com/telepathicgrunt/featurenbtdeadlockbegone

Fixes deadlocks with generating nbt during worldgen
https://github.com/telepathicgrunt/featurenbtdeadlockbegone

Last synced: 3 months ago
JSON representation

Fixes deadlocks with generating nbt during worldgen

Awesome Lists containing this project

README

          

# FeatureNBTDeadlockBeGone
Fixes deadlocks with generating nbt during worldgen

To use in dev, add this to the repositories block in build.gradle:

maven {
// FeatureNBTDeadlockBeGone
url "https://nexus.resourcefulbees.com/repository/maven-public/"
}

Then in dependencies block in build.gradle, add:

runtimeOnly fg.deobf("com.telepathicgrunt:FeatureNBTDeadlockBeGone-Forge:2.0.0+1.18.2")

Change 1.0.0+1.18.1 to the version you want.