Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 4 years ago
Updated 3 weeks ago
All versions
2.1
Release
Glow Ink Plus Mod-2.13 weeks ago 27
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Added
- Glowing beds (16 colors) — crafted with vanilla bed + glow ink sac, or glow wool + planks
- Glowing stained glass (16 colors) — crafted with 8 stained glass + glow ink sac → 8
- Glowing candles (16 colors) — crafted with candle + glow ink sac
- Glowing stained glass panes (16 colors) — crafted with 8 glass panes + glow ink sac → 8, or 6 glow stained glass → 16
- Glowing concrete (16 colors) — crafted with concrete + glow ink sac
- Glowing glazed terracotta (16 colors) — crafted with glazed terracotta + glow ink sac
- Glowing terracotta (16 colors) — crafted with terracotta + glow ink sac
- Glowing concrete powder (16 colors) — crafted with concrete powder + glow ink sac; hardens into glowing concrete on water contact
- Translations for all new blocks in 14 languages (es_es, es_mx, fr_fr, de_de, it_it, ja_jp, ko_kr, pt_br, ru_ru, tr_tr, uk_ua, zh_cn, zh_tw, en_us)
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:DfZhZ0LX:ZDqf6bYH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DfZhZ0LX:ZDqf6bYH"
}


