Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 9 months ago
All versions
1.0.8.2
Release
Glowroot 1.0.8.22 years ago 194
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Changelog 1.0.8.2:
- Added in a new block, called Pure Glowroot. Can only be placed upwards or on the sides of blocks. Coming in contact will launch you forward in the direction that the block is placed.
- Fixed the issue with the glowroot stone recipe's tags.
- Added in two new advancements to slightly help with progression.
- Changed one of the previous paintings.
- Edited the node's functionality. It can now interact with hoppers, allowing for automation of crystal farming. When a node now emits crystals, it will also drop 1 xp orb. The node's text when shift-right clicking to check the node power is now blue similar to all other text. The sound for when a wood block is rootified has been changed, and you can now rootify most plank-type blocks.
- Most rooted woodset blocks can now be used as fuel sources. (For both regular and chrysoprase variants.)
- Fixed a issue where rooted slabs and stairs were incredibly difficult to mine. (For both regular and chrysoprase variants.)
- Edited the drill's functionality, now mining any glowroot block almost 2x faster than the 1.5x mining speed increase from before. This allows you to almost insta-mine any glowroot-type block.
- Changed some recipes back to their original, (such as glowshroom blocks,) to increase progression difficulty.
- Fixed a large lag issue related to glow squid's dazzling code, now preventing much less lag.
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:7d5BSX5v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qZkuWHnc:7d5BSX5v"
}

