Tags
Creators
Details
All versions
v1.1.1+mc26.2
Release
v1.1.1last month 348
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Changes
- Add recipes to remove Patterns from Glass
- Add hover events to
/bgwikicommand - Add 18 new tags for more granular control of Patterned Glass
- Add
/bgwiki recipes strip_patternscommand - Add new
pattern_itemsitem tag - Make Commands use language files
- Make petbyte.dev link in Info command clickable
- Clarify recipe requirements for some recipes
- Stylize two more strings in
/bgwiki typescommand - Change "Back to root" to "Back to Recipes"
- Fix Tinted Glass Pane not appearing in Better Glass tab
- Fix Dye Once and Dye Twice recipe commands missing links
- Fix typos in
/bgwiki recipes patternscommand (chcek → check & speficic → specific) - Fix inconsistent capitalization of "Recipes" for Stonecutter/Glasscutter Recipes
- Fix missing punctuation in FAQ
- Fix a few "a"'s to be "an"'s where needed (recipes for Patterns: Empty, Agender, AroAce, Asexual, Asexual (New), Intersex, Omnisexual)
- Fix a few "an"'s to be "a"'s where needed (recipes for Patterns: Polyamory, Polyamory (New))
- Fix Transgender Pattern Recipe command saying "The Transfem Pattern can also be crafted by [...]"
- Fix "un-dye" and "un-tint" having an unnecessary hyphen
- Fix Clear Glass Pane and Scratched Glass Pane not being part of the
c:glass_blocks/colorlessitem tag - Fix Progress, Transfem, Transgender, and Transmasc Pattern recipes not being grouped properly
- Fix/Touch up some Pattern translations
- Fix inconsistent capitalization of "Pattern" and "Patterns"
For details, see: https://github.com/PetByteStudios/better-glass-mod/compare/v1.1.0+mc26.2...v1.1.1+mc26.2
Optional dependencies
Unavailable version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| betterglass-1.1.1+mc26.2-sources.jar | Source jar | 24.41 MiB |
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:EvcABx9Z:EEyXVdmi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EvcABx9Z:EEyXVdmi"
}

