Links
Tags
Creators
Details
0.2.2
Compatibility
Required content
Changes
Ultimate Glass 0.2.2
New features
- Added Tempered full glass blocks for clear glass, all 16 stained colours, and tinted glass.
- Vanilla full glass blocks can now be tempered in a furnace or blast furnace.
- Added wooden-framed versions of ordinary and Tempered glass panes and full blocks.
- Framing accepts any vanilla or modded plank.
- Matching framed full blocks made from the same glass and wood remove their internal borders, allowing larger clean windows.
- Six matching Tempered Glass blocks can be crafted into 16 Tempered Glass Panes of the same colour.
- The Glass Chisel can now edit the edges of framed full glass blocks.
Smart glass items
- Replaced the colour × wood registry combination system with six component-backed smart item families.
- Smart items remember the exact glass material and plank used to create them.
- Adding more modded wood types no longer creates hundreds of additional registered items.
- The creative inventory now shows a curated selection instead of every possible glass and wood combination.
- Tinted glass uses the same smart framing recipe as the other supported glass types.
Behaviour changes
- Shift + right-click is now required to combine a Tempered Glass Pane with a stair or slab.
- Normal right-click places the pane beside the stair or slab instead.
- The “always drop Tempered Glass” setting now supports full glass blocks.
- Optional reverse crafting now supports Tempered full blocks.
- Legacy framed-glass variants remain loadable but are hidden from recipes and the creative inventory.
- Breaking or picking a legacy framed block converts it into the new smart item format.
Bug fixes
- Framed panes and blocks now retain their correct glass colour and wood type when broken.
- Fixed framed full-block items appearing several times larger than normal when held or dropped.
- Reduced the size of Ultimate Glass pane items when held or dropped.
- Improved held-item transparency with shaders such as Photon.
- Fixed the Glass Chisel not working on framed full-block edges.
- Fixed Glass Chisel changes to stair/slab composites not appearing until the world was reloaded.
- Fixed immediate model refresh after changing composite glass seams.
Existing worlds
Version 0.2.2 is a transitional release for the new smart-item system.
Framed glass placed by older versions still loads, but it should be replaced during 0.2.2 if you plan to continue updating the mod. A future version may remove the legacy block IDs.
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:XCFHKX4z:E6kXOT9Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XCFHKX4z:E6kXOT9Y"
}

