Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated last month
All versions
1.2.0
Release
Galosphere 1.18.2 - 1.2.0 - FORGE4 years ago 5,195
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
Biomes
- Lichen Caves
Blocks
- Lichen Moss
- Bowl Lichen
- Lichen Roots
- Lichen Shelf
- Chandelier
- Lichen Cordyceps Plant
- Glow Ink Clumps
- Potted Lichen Roots
- Potted Bowl Lichen
Items
- Bottle of Spectre
- Lichen Cordyceps
- Golden Lichen Cordyceps
- Glow Flare
- Spectre Bounded Spyglass
Overlay
- Added Golden Breath Overlay
Mobs
- Spectre
Sounds
- Added "Trinity" Soundtrack Only plays in crystal canyons and lichen caves
- Added Allurite sound
- Added Lumiere Sound
- Added ALlurite Cluster Sound
- Added Lumiere Cluster Sound
- Added Silver Sound
- Added Lumiere Compost Sound
Miscs
- Added several advancements
- Increased Sterling Armor's Explosion Resistance
- Warped Anchor will teleports you to the closest anchor rather than teleporting you to a random anchor
- Endermites will not spawn when teleported to a warped anchor
- Teleporting to a warped anchor will not deal damage to players
Bugs
- Fixed Sparkles consuming glow lichen
- Fixed warped anchor consuming 2 charged levels sometimes
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:Kn7xyQ1v:ibFfvFwh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Kn7xyQ1v:ibFfvFwh"
}

