Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 9 months ago
All versions
1.0.8.4
Release
Glowroot 1.0.8.42 years ago 1,402
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Glowroot 1.0.8.4:
- Added Pure Glowroot Leaves, a new craftable food-source from Glowroot Vines.
- Added in Glowrooted Herbs, a new bowl-type craftable food, that will automatically heal more health based on the light level you stand in, and also stacks up to 4.
- Added in Chrysoprase Nexus, a new projectile/item that when landing will cause a small explosion, that leaves behind some Chrysoprase dust splats.
- Added a recipe for the Mining Helmet, making it finally obtainable.
- Retextured the Mining Helmet.
- Added a new potion effect, Lucidity, given when eating Vari-ink Calamari, that makes Dazzling, Darkness, and Blindness fade away quicker.
- Fixed a issue with jetpacks being buggy when switching dimensions.
- Fixed the jetpack not decreasing the fuel cost for unbreaking when in elytra state.
- Changed how Glowroot TNT works, now having a 5-10% chance to turn blocks into Chrysoprase Nexus, causing much more destruction than before. Also, the dazzling and glowing effect are no longer set to a specific value, even when far away. The effects will now be shortened/increased in time depending on your distance from the tnt.
- Glowroot Petals and Glowroot Vines are now bone-mealable.
- Changed some recipes for items/blocks, and added some new ones.
- Changed the xp output of some recipes, and Glowroot Nodes.
- Made Grow Emitters generate flowers every 45 seconds, instead of every minute.
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:qZkuWHnc:FjInEFqW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qZkuWHnc:FjInEFqW"
}

