Tags
Creators
Details
v3.2.3-1.18.2-Forge
Compatibility
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v3.2.3-1.18.2] - 2023-07-19
Fixed
- Fixed an occasional crash when reloading resources
[v3.2.2-1.18.2] - 2023-06-20
Fixed
- Fixed yet another unintentional breaking api change
[v3.2.1-1.18.2] - 2023-06-20
Changed
- Diagonal Fences now supports slightly more complex block models from other mods / resource packs, so some fences that would gain diagonal connections but wouldn't render them will do so now
Fixed
- Fixed unintentional breaking api change
[v3.2.0-1.18.2] - 2023-06-04
- Backported to Minecraft 1.18.2
[v3.1.1-1.18.2] - 2023-05-12
Backported v4.2.4 to fix a long-standing issue where Diagonal Fences would duplicate block models for every single block state, whereas vanilla would only use a single model with different selectors applied; leading to extremely high memory usage, making the game easily run out of heap space when paired with other mods that add a lot of fences
[v3.1.0-1.18.2] - 2022-05-02
Changed
- Replace virtual resource pack with post-bake transformations, once again all done by and thanks to [XFactHD]
[v3.0.0-1.18.2] - 2022-04-25
- Ported to Minecraft 1.18.2 thanks to [XFactHD]
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:IKARgflD:zjEPdv6i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IKARgflD:zjEPdv6i"
}

