Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
Updated 2 months ago
All versions
v4.2.3-1.19.2-Fabric
Release
[FABRIC] [1.19.2] DiagonalFences-v4.2.34 years ago 10.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.1–1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Unavailable version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v4.2.3-1.19.2] - 2022-10-12
Changed
- The time it took to construct diagonal fence shapes is now printed to the log to be better able to diagnose potential performance issues
Fixed
- No longer crashes without any message when Puzzles Lib is missing, you should now properly be yelled at by the mod loader itself
- Fixed placing fences deleting water source blocks
[v4.2.2-1.19.2] - 2022-10-12
Added
- Added compatibility with Lambda Better Grass mod
[v4.2.1-1.19.2] - 2022-08-29
Changed
- Adding custom models for diagonal fences via resource packs is now supported
[v4.2.0-1.19.2] - 2022-08-21
- Compiled for Minecraft 1.19.2
[v4.1.0-1.19.1] - 2022-08-01
- Compiled for Minecraft 1.19.1
- Updated to Puzzles Lib v4.1.0
Fixed
- Fixed too many particles appearing when a diagonal fence is broken, thanks to XFactHD for pointing me into the right direction!
[v4.0.1-1.19] - 2022-07-15
Fixed
- Fixed start-up crash on Forge due to methods in mixin classes not being properly obfuscated
[v4.0.0-1.19] - 2022-07-14
- Ported to Minecraft 1.19 and Fabric for the first time
- Split into multi-loader project
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| DiagonalFences-v4.2.3-1.19.2-Fabric-sources.jar | Unknown | 33.99 KiB |
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:7J9xEqi3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IKARgflD:7J9xEqi3"
}

