Tags
Creators
Details
All versions
v1.1.0-beta.2+mc26.1.x
Beta
v1.1.0-beta.23 months ago 35
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Changes
- Add new "Patterned" Glass, it's Stained Glass but with a motif.
- Add 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!
For details, see: https://github.com/PetByteStudios/better-glass-mod/compare/v1.1.0-beta.1+mc26.1.x...v1.1.0-beta.2+mc26.1.x
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| betterglass-1.1.0-beta.2+mc26.1.x-sources.jar | Sources jar | 24.38 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:NRJN1q2l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EvcABx9Z:NRJN1q2l"
}


