Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 8 months ago
All versions
2.0.0
Release
Glowroot Caves 2.0.08 months ago 8,929
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- 2 Year Anniversary (Glowroot 2.0.0)
- Removed tons of bloat, leftover assets and files throughout the mod file, reducing the file size.
- Complete overhaul of the Glowroot Machine GUI, mainly fixing up all the textures, and including a new special #5 recipe.
- Added Rooted Core, a new rare item. It has a 1/200 chance to drop from glowroot vines, or can be found in lootchests. It's mainly used to craft materials into other various forms, but can also be consumed for 3 minutes of the Lucidity effect, or be right clicked on rooted woodsets to turn them into their chrysoprase variants.
- Glowroot Hybrid (Subject #5 ???) has been added to the creative menu with it's spawn egg.
- Melted Chrysoprase is now survival obtainable, and can be used properly without issues. It can convert some blocks into their glowrooted/chrysoprase variants, like Runes and Pure Glowroot Stone.
- All glowroot tools (sword, pickaxe, etc...) can now be right clicked to shoot out a small beam of light, that breaks blocks and does dazzling damage.
- Chrysoprase Nexus, the projectile shot by Cannonprase, is now an obtainable and throw-able item.
- Hermits can now drop Hermit Claws, a new item with fast attack speed and low damage.
- Updated all loot tables to provide way more loot.
- Heavily updated most of the mod's undone models, textures, etc... including vines!
- Reworked and lowered the durability loss of Cannonprase and Jetpacks upon usage.
- Reworked the Prism's raycasting when right clicking.
- Changed the text of some advancements to be more understanding of how to obtain them.
- Glowroot Engine and Glowroot Toolset recipes are now craftable via a crafting table, not just a Glowroot Machine.
- Glowroot Vines can now drop either Pure Glowroot Leafs, (30/200) or a Rooted Core, (1/200.)
- Modified tons of previous crafting recipes.
- Updated some of the items/blocks in tags.
- Fixed the spawning of the Glowroot Hermit, so you should see them spawning more often.
- Modified mob drops.
- Glowshroom Blocks can now be used in node's to provide a full crystal (node power of 15.) This also applies to Rooted Cores and Pure Glowroot.
- Pure Glowroot Leafs can now be used to provide 3 node power.
- Reduced the explosion damage of Chrysoprase Nexus.
- Glowbangs now cause actual explosions and can break blocks, though weak.
- Removed most unused blocks, items, and entities.
- Fixed a few common bugs/errors, notably the Flashlight Block being obtainable.
- Changed some of the particles.
- Walking on some Glowrooted/Crystal blocks now makes glowing particles appear.
- Completely changed the biome's ambient music. No more loud droning.
- Fixed most of the mod's leftover inconsistencies.
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:XdZX9L5W"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qZkuWHnc:XdZX9L5W"
}

