Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 3 years ago
Updated 3 months ago
All versions
2.3.0
Beta
Yuushya Townscape 2.3.03 months ago 39.3K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Added "One-Click Generate" works submitted by players. Thanks to 瑞蒂依依,森川集,繁星Funny for their submissions.
- Fixed a bug where mod loading failed when the jar file had Chinese characters in its name or the game path contained Chinese characters.
- Updated the built-in resource pack's Fusion Connect Texture Method resource pack. If you are using the Fusion mod to provide connect texture functionality, please install a patch we provide for better support; otherwise, some blocks may have errors in their connect textures. Links: https://modrinth.com/mod/fusion-patcher or https://www.curseforge.com/minecraft/mc-mods/fusion-patcher
- Fixed some bugs in the CTM Connect Texture Method resource pack.
- Added Create Mod crafting recipes for some blocks.
- Updated Portuguese (Brazil) localization. Thanks to Minerios for their contribution.
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:lfVtagkm:uEQ2095H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lfVtagkm:uEQ2095H"
}


