All versions
1.12
Release
(1.19.3/4+1.20.x)Towns and Towers v1.12 (Fabric/Forge)3 years ago 10.05M
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.4
1.20–1.20.2
1.19.3–1.19.4
Platforms
Fabric
Forge
Supported environments
Server-side
Client and server
Required content
Any compatible version
Changes
1.12 - The Here And There Update
- this is going to be the last update working on both 1.19 and 1.20. From 1.13 on, we'll take full advantage of new 1.20 (and maybe also .21) features.
- the pack has been paired with Blooming Biosphere (https://www.planetminecraft.com/data-pack/blooming-biosphere/).
- several villages (Iberian, Swedish, Tudor, Rustic, Meadow and Classic) have reccieved few slight changes in appearance, mostly for the sake of more uniform look of the whole structure.
- mediterranean village got a bit of a refresh, with more consistent look.
- most village houses should no longer have connected roofs and be properly separated from eachother instead.
- a new village and outpost set has been added, appearing in savanna_plateau in vanilla, and in selection of modded biomes (in Terralith and Blooming Biosphere)
- one new exclusive structure has been added, that takes advantege of a special mechanic, only present in William Wythers' Expanded Ecosphere (previously called Overhauled Overworld, in 1.19). Beware the beasts!
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:7ZwnSrVW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DjLobEOy:7ZwnSrVW"
}

