Links
Tags
Creators
Details
All versions
1.5
Release
ReFramed 1.52 years ago 144
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Warning
This updates changes the way block are named removing the blocks that have changed names from your worlds!
Changes
- switched to a more consistant naming for both the properties and the blocks themselves:
a block has the name of the shape and the name of the shape in plural form with the second shape being the final shape that it creates. For exampleStairs Cubeis a stair with a second theme forming a cube - Improved caching to use less space and make sure it will not grow to much by using keys instead of blockstates.
- Added self culling: the interror of multiple themed frames will receive the same caching computations as two adjacent blocks.

here on the left I use a "Slabs Cube Frame" which culls the center textures and the one with the adjacent block which make it look more like the glass connects to its neighbor compared to the right where it doesn not cull because the shapes don't match. - Added new Shapes:
Small Cube,Small Cubes Step,Half Stair,Half Stairs Slab,Half Stairs StairandLayer

- Made themes more coherent so that the orientation is less random (will be nice for blueprint use)

- finally added some tools in the code for faster addition of blocks.
Hope You enjoy the mod! Please report any issues/request on github.
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:jCpoCBpn:HEulu7R6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jCpoCBpn:HEulu7R6"
}



