Links
Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated last month
All versions
1.11
Release
(1.19.3/4+1.20.x) Towns and Towers 1.11 (Fabric/Forge/Quilt)3 years ago 61.4K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
1.19.3–1.19.4
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Client and server
Required content
Unavailable version
Changes
We're back! Hopefully we'll have more time to work on the pack again :)
- updated the pack to 1.20 pack format. The same file still functions properly both on 1.20.x and 1.19.x
- the pack is now compatible with Regions Unexplored (www.curseforge.com/minecraft/mc-mods/regions-unexplored), adding T&T villages and outposts to modded biomes.
- fixed broken villager ship loot table that caused the game to freeze/crash, along with other minor fixes
- replaced accacia wood in flower forest village with its mangrove counterparts
- added flower forest village and outpost to cherry grove. In further updates of the pack Japanese styled structures might end up removed from the flower forest as to avoid repetition.
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:DjLobEOy:ESRfqjkz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DjLobEOy:ESRfqjkz"
}

