Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated last month
All versions
9.2.0
Release
FramedBlocks 9.2.02 years ago 3,953
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
- Fix camo stack size calculation in Framed Blueprint when multiple camos are present
- Improve quad generation of non-planar top surface on Framed Collapsible Block
- Add Framed Masonry Corner
- Make glowstone dust light level configurable
- Add Framed Checkered Cube, Slab and Panel
- Add Framed Threeway Corner Pillar and Framed Double Threeway Corner Pillar
- Add Framed Sliced Stairs
- Add solid no-camo model to improve appearance of certain blocks when no camo is applied
- Fix recipe selection in Framing Saw and Powered Framing Saw on dedicated server
- Fix random crash when quick-moving items out of Powered Framing Saw input slot
- Fix culling update behaviour on Framed Collapsible Block
- Add Framed Slope Edge, Framed Elevated Slope Edge, Framed Double Slope Edge and Framed Stacked Slope Edge
- Add Framed Compound Slope Slab and Framed Compound Slope Panel
- Fix inverted lever handle models
- Add Framed Collapsible Copycat Block (sorry, not sorry, Create)
- Add config for type overlays on buttons, pressure plates and special cubes
- Add Framed Corner Strip
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:GcWaKzxZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wbgfS34j:GcWaKzxZ"
}

