Tags
Creators
Details
v1.1.0+mc26.1.x
Compatibility
Changes
v1.1.0 — The Woke Update
"Why does my Glass have pronouns now?"
★☆☆☆☆ –Concerned Citizen
- Added new "Patterned" Glass, it's like Stained Glass but with a motif.
- Added 34 Patterns (a total of 408 new blocks)
- 2 Generic (Checkerboard Null)
- 32 Pride (Agender, Androgyne, AroAce, Aromantic, Asexual, Asexual New, Bigender, Bisexual, Demiboy, Demigender, Demigirl, Demiromantic, Demisexual, Genderfluid, Genderqueer, Intersex, Lesbian, MLM, Neutrois, Nonbinary, Omnisexual, Pansexual, Philadelphia Pride, Polyamory, Polyamory New, Polygender, Polysexual, Progress, Rainbow, Transfem, Transgender, Transmasc)
- More can and will be added in later updates, I'm open for suggestions!
- Added special "Chiseled" glass type to celebrate 500 downloads (Creative-only)
- Add help command (/bgwiki) for recipes, FAQ, and other information
For details, see: https://github.com/PetByteStudios/better-glass-mod/compare/v1.0.1+mc26.1.x...v1.1.0+mc26.1.x (32 commits totaling 30,530 changed files, 211,810 additions, and 141 deletions!)
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| betterglass-1.1.0+mc26.1.x-sources.jar | Sources jar | 24.4 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:DZlqfmIA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EvcABx9Z:DZlqfmIA"
}


