Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
2.4.0
Release
Windows 2.4.0last year 130.9K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changes:
- Windows no longer cycle open when opening them, they will now open based on where you aim your mouse (left/right)
- Curtains no longer have collision
- When you place Blinds they are now Open, instead of Closed
- Shutters now have the Windows open sound when using them
- Shutters now have a better hitbox, covering only the model
- Now when holding a Shutter in hand, and clicking on a Shutter, it won't open/close this way its easier to place on top of it without toggling
- Window Four Pane Base Item and Window Half Pane Base can now be reverted in crafting
- Window Base Items are now grouped in crafting
- Golden Model filenames changed to Gold, Metal to Iron
Bug Fixes:
- Curtains attach to glass panes
- Iron Shutter takes too long to break
- Iron Shutter not dropping when broken
- Shutters are clipping when opening two into the same direction
- Windows Hammer not saving changes on ConnectableWindow, GothicWindow
- Window Hammer is not working as before
- Shutters don't move when clicked in some versions
Translation:
- es_cl by Ganbare-Lucifer
- es_es by GGlangf
- es_mx by TheLegendofSaram
- fr_fr by Samlegamer
- ja_jp by Anpan715
- ru_ru by cutiegin
- tr_tr by RuyaSavascisi
- ko_kr by kirito5572
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:C7I0BCni:dvrF69YW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:C7I0BCni:dvrF69YW"
}

