Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 years ago
All versions
0.2.0
Beta
[Forge 1.19.2] More Geodes Reforged 0.2.04 years ago 189
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
From the Desert Comes a Geode
- Added Lapis Lazuli geodes
- They only generate in deserts
- Lapis geodes have a middle layer of Pyrite
- Added Lapis Crystal Block
- Added Budding Lapis
- Added Lapis Clusters and Buds
- Small Lapis Buds drop a Pyrite Chunk when mined, which can be used to craft Pyrite blocks.
- Medium and Large Lapis Buds drop some Lapis Lazuli, but Lapis Clusters drop the most
- Added Pyrite
- Try bartering it with a Piglin!
- Added Pyrite Stairs, Slab, and Wall
- Added Pyrite Chunk
- Used to craft the Pyrite block
- Added Calcite Stairs, Slab, and Wall to go with Pyrite
- Added Gypsum Patches
- Gypsum Patches are found in deserts and badlands
- These 'patches' are a similar idea to geodes, expect they only generate on the surface
- Added Gypsum Crystal Block and Budding Gypsum
- Unlike other Budding blocks, Budding Gypsum only grows crystals upwards. However, Gypsum Crystals can still be placed in any direction
- Added Small Medium Gypsum Buds
- Added Large Gypsum Bud and Gypsum Rose
- These blocks are the double tall crystals, like Tall Grass, but can still be placed in any direction
- Added Gypsum Shard
- Can be used in composting or to craft Sand
- All items have been moved into a dedicated creative inventory tab called "More Geodes"
- Collapsed all Echo Locator variants into a single Echo Locator
- The previous Echo Locator variants have been removed
- The Echo Locator can now find any block with the tag
geodes:echo_locatable, making it more easily integrated into mod packs. The mod natively supports crystals from Geode+ and Spectrum.
- Diamond Geodes middle layer is now 25% deepslate coal ore instead of 75%
- Diamond Geodes generate more commonly
- Updated Chinese translations by LimonBlaze (#23)
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:UoWImNDD:JYyR3ceD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UoWImNDD:JYyR3ceD"
}


