Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last month
All versions
0.8.3i-1.21.1
Release
Treasures of the dead 0.8.3i [NeoForge 1.21.1]last month 2,225
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Changes
- The logic of treasure or skeleton camp spawns from adventure items has been changed: The new system involves loading a chunk before spawning a treasure or a skeletons crew camp, so the latter will not spawn in the bedrock. This also allows you to create maps that are thousands of blocks away from you;
- Changed the base value of the
randomAdventureItemDistanceInChunksparameter intreasures_of_the_dead.toml. (8 -> 16); - Fixed a critical bug where the skeleton crew camp could not find a position to spawn skeletons and caused an overflow and crash;
- The recipes for small braziers have also been changed. To make a soul brazier or a patinated brazier, you need to add the corresponding material (coal, soul sand, or copper ingot) to 3 braziers of the same material in the crafting menu.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:95Rx81bQ:ObguyNNa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:95Rx81bQ:ObguyNNa"
}


