Tags
Creators
Details
1.1.2
Compatibility
Changes
If you are updating from an older version to this one and have already placed grass topped walls or hedges, please note that they will look weird due to performance changes in the update. To resolve this issue, you'll need to perform a block update on affected hedges or grass topped walls. Here's how: Place any block above/next to the affected wall or hedge, or break and replace the affected wall or hedge, which will trigger an update for neighboring hedges/walls.
Performance
- Reduced states from around 11000 to around 4600
- This causes lower memory usage by 40-50%
Changes
- Hedges, Grass topped walls will have an adjusted newer model
- Hedges & Grass Topped Walls are no longer coded as Walls but as Fences ( so instead of 324 states for one wall there is just 32 )
- Modern walls placed on top of each other now don't leave an open space
Translations added: es_cl by Ganbare-Lucifer de_de by PatrickK01 uk_ua by Moonvvell ru_ru by cutiegin
Fixed Issues:
- Grass Topped Walls have a transparent pixel
- Carpet placed on Grass Topped Walls is z-fighting
- Grass Topped Walls & Pillar Walls have invisible side when placed next to transparent blocks
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:GmwLse2I:bLXHgpp9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GmwLse2I:bLXHgpp9"
}

