Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 3 years ago
Updated 3 months ago
All versions
2.2.3
Release
Yuushya Townscape 2.2.3last year 308.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- New Building Material: Monobloc, Classic console, Boom box, Digital keyboard, Monitor with keyboard and mouse, Telephone, Water dispenser, Large water bottle, Kettle, Vertical mailbox, Newspaper box, Public toilet sign, Man‘s room sign, Women's room sign, Gas pump, Street phone, Work light, Tall work light
- Added 12 new Button signs
- Added Doors and Slide doors for each corresponding colors of Windows
- Added several Road marks
- Added several Traffic signs
- New Template: Snow layer, Piano, Backpack, Office chair, Phone, Ring light, Hanging light, Warning slab, Speaker, Large speaker
- Added mod-embbed optional resource packs for support of connected texture feature mods like CTM, Fusion and McPatcher(Optifine, Continuity)
- Now Half slab have 4 state variants can be placed in a block
- Added forms for Handrail and Old TV
- Remove obsoleted files for performance
- Fixed a bug that laptop could not be interacted with with right click
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:tP3bW7cj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lfVtagkm:tP3bW7cj"
}


