Links
Tags
Creators
Details
All versions
0.1.0+mc26.2
Release
0.1.0+mc26.22 months ago 21
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- Initial release of Glow Cubes.
- 17 decorative glowcubes — an undyed base plus all 16 dye colors — full-block light sources at light level 13, with a translucent shell and a softly glowing inner core. They live in their own "Glow Cubes" creative tab.
- Craft the base from 8 honeycomb around 1 glowstone dust, then combine a glowcube with any dye to color it (re-dye anytime).
- Lightweight, pure decoration — no redstone or special behavior, works in singleplayer and on servers.
Notes
- For Minecraft 26.2 on Fabric and NeoForge. Fabric requires Fabric API.
- Pairs cleanly with Hydrofarm: with both installed, Hydrofarm defers its glowcubes to this mod, so you get a single set — no duplicates.
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:KztebRPh:drr7ZcJi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KztebRPh:drr7ZcJi"
}

