Tags
Creators
Details
v8.1.3-1.20.1-Fabric
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.
[v8.1.3-1.20.1] - 2023-12-08
Changed
- Update Diagonal Blocks to v8.0.4
[v8.1.2-1.20.1] - 2023-10-29
Changed
- Updated to Puzzles Lib v8.1.5
[v8.1.1-1.20.1] - 2023-10-28
Fixed
- Fixed dynamic data generation failing on Windows systems, leading to missing models on Fabric and a crash during start-up on Forge
- Fixed targeting blocks with new block state properties which cannot be properly supported
[v8.1.0-1.20.1] - 2023-10-27
BREAKING UPDATE: All diagonal connections from existing blocks will disappear. The blocks need to be replaced for them to show again.
Changed
- No longer applies patches to vanilla blocks, instead a new custom block is dynamically added for every block that is to be made diagonal
- Players will not notice a difference as there is no new item or crafting recipe, everything works just as it did on the user-side
- Overhauled connection block state updates, recalculates changes much more efficiently now
- Performance improvements for constructing shapes
- Other blocks intersecting with a diagonal connection will now prevent it from forming
Fixed
- Fixed block state mismatches when joining a server without the mod installed
- Fixed log spam for incompatible block state models, every block will only be logged once at most
[v8.0.1-1.20.1] - 2023-07-19
Fixed
- Fixed an occasional crash when reloading resources
[v8.0.0-1.20.1] - 2023-06-27
- Ported to Minecraft 1.20.1
Optional dependencies
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:1SWNH36G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IKARgflD:1SWNH36G"
}

