All versions
2.3.2
Release
Roofs 2.3.2last year 440.5K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Changes:
- New Gutter Texture
- New Rain Gutter Models
- Bottom Rain Gutter can fill up a Cauldron with water if the cauldron is exactly below the Bottom Rain Gutter
- Striped Awning can now be dyed by right clicking with a dye
- Rain Gutters can now also be dyed by right clicking with a dye
- Rain gutters have more realistic water flowing
- Optimized Gutters/Awnings like they are in Forge/NeoForge
Bug Fixes:
- Roofs are not Rain Proof
- Roofs do not count as sun protection (Vampirism)
- Roofs let light through (Top Roofs still do)
- Cullfacing/Render issue with lower top roofs
- When the block is placed upside-down, the texture is also inverted.
- Roofing tool not working in multiplayer for certain blocks
- Roofing tool is updating neightbouring blocks
- Upside down roofs flip textures on the side, making them look bad
Translations:
- updated ru_ru by cutiegin
- updated es_cl by Ganbare-Lucifer
- added tr_tr by RuyaSavascisi
- added fr_fr by Samlegamer
- added es_mx by TheLegendofSaram
- added ja_jp by Anpan715
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:B8jaH3P1:BgPUaaiV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B8jaH3P1:BgPUaaiV"
}

