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
- Host: GitHub
- URL: https://github.com/telepathicgrunt/featurenbtdeadlockbegone
- Owner: TelepathicGrunt
- License: mit
- Created: 2021-12-25T19:10:38.000Z (over 4 years ago)
- Default Branch: Forge-1.18
- Last Pushed: 2022-09-14T17:30:24.000Z (almost 4 years ago)
- Last Synced: 2025-03-15T15:18:39.086Z (over 1 year ago)
- Language: Java
- Size: 133 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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.