Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated last month
All versions
10.5.2
Release
FramedBlocks 10.5.26 months ago 4,424
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Add Russian translation
- Fix camo application recipe duping when camo consumption is disabled
- Fix connected textures handling on Framed Stairs
- Fix crash when thick lattice is placed on top of or below certain wall-tagged blocks
- Fix Double Slabs and Panels only consuming one slab/panel when placed by Create schematics
- Add rotation support to Collapsible Block and Collapsible Copycat Block
- Fix multi-line details in interact overlays overlapping the icon at high GUI scales
- Fix phantom paste not dropping when breaking an intangible framed block via automation
- Fix Layered Cube consuming multiple camos when from item with pre-applied camo
- Fix Compound Slope Panel missing slope faces when yslope=true
- Fix certain edge cases with connected textures handling on double blocks
- Fix shape rotation recipe duplicating stackable wrenches
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:wbgfS34j:cgx01typ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wbgfS34j:cgx01typ"
}

