Tags
Creators
Details
All versions
B0.6
Beta
Beta 0.67 months ago 16.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
Platform
Data Pack
Changes
Vanilla structures update. Part 2: Trek and Vanilla Villages
New content
- Cherry villages are here and spawning in cherry grove biome;
- Swamp villages are back with HUGE rework;
- Trek is now compatible with Waystones. Waystones are guaranteed to spawn in Trek villages if mod is present. They are remade with processors to blend in better.
Technical part
- Trek now replaces only ~50% of vanilla villages, which allows compatibility with some other mods, that change vanilla villages directly;
- Common, medium and rare categories of structures should now avoid generating inside of villages;
- Adjusted rarity of villages, now they spawn a little rarer;
- Adjusted amount of villagers spawning in villages;
- Adjusted amount of beds in living houses in villages (beds in other houses are untouched, but will be removed in future);
- Fixed stairs on house entrances in villages;
- Other small fixes in villages, including functional blocks, interior revork in some houses and structure voids;
- All village houses rotated to east;
- Fixed issue #17. Trek loot tables are now using
on_random_loottag instead of using ALL enchantements; - Fixed issue #11. Structures mentioned there now should be available;
- Fixed processor probabilities;
- Reverted
project_start_to_heightmapchange; - Fixed tabulation in all files. Now they use 2 spaces instead of 4.
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:h2jngREY:IACiWvmj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h2jngREY:IACiWvmj"
}

