Releases: TheDeathlyCow/more-geodes
Releases · TheDeathlyCow/more-geodes
[Addon] [MC 1.19.x] Budding Blocks Silktouchable 1.2
- Added Budding Lapis Lazuli and Budding Gypsum
[Addon] [MC1.19.x] Disable Emerald and Quartz Ore Generation 1.2
- Added Lapis ore to the ores not generated
[Addon] [MC 1.19] Budding Blocks Silktouchable 1.1
- Updated pack format to 10 for MC1.19
- Added Budding Echo Blocks to silktouchables
[Addon] [MC1.19] Disable Emerald and Quartz Ore Generation 1.1
- Updated format to 10 for 1.19
- Cleaned up the pack in general
[Addon] [MC 1.18.2-1.19] Budding Blocks Silktouchable 1.0
This datapack addon makes Budding Emerald, Budding Quartz, and Budding Amethyst all able to be obtained with Silk Touch!
[Addon] [MC 1.18.2] Disable Emerald and Quartz Ore Generation
Disables the generation of emerald and quartz ore.
v1.4.2 - Fabric 1.18.2
Minor texture update
- All emerald geode blocks have been retextured
- Diamond geode block retextured to look more natural
- Diamond geodes are now filled with water
- The middle layer of diamond geodes is now 75% deepslate coal ore, and 25% smooth basalt, rather than 100% deepslate coal ore
- Added "Gems Are Truly Outrageous" advancement
- Decreased drops from diamond clusters from 1-2 to just 1.
v1.4 - Fabric 1.18.2
- Added Diamond Geodes, which generate in all overworld biomes between
Y=-60
andY=-4
and does not have a budding block. - Added the diamond geode block.
- Added the diamond cluster, which drops 1-2 diamonds when broken (increasing with fortune) and has a light level of 7.
- Adjusted the recipe for the emerald geode block to be of the same pattern as quartz geode.
- Added the worldgen/biome tag
#geodes:has_diamond_geode
, which by default includes all Overworld biomes, all Terralith biomes (not required), and all Overworld biomes from Oh The Biomes You'll Go Refabricated (not required). - Added relevant biomes from Oh The Biomes You'll Go Refabricated as optional entries to the worldgen/biome tags
#geodes:has_emerald_geode
and#geodes:has_quartz_geode
. - Updated mod description in
fabric.mod.json
.
v1.3 - Fabric 1.18.2
Update to 1.18.2
Note that this is a beta version, and as such there may be issues. Please report any issues you find on the issues page.
Changes:
- Updated to Minecraft version 1.18.2
- Geodes budding block can now support an arbitrary number of clusters.
- Clusters now drop 4-8 items instead of just 4 items, in order to better compete with other farm types (villager trading, piglin bartering).
- Emerald geodes now generate in grove biomes.
- Emerald geodes now generate at the same height and distribution as amethyst geodes.
- The biomes that emerald and quartz geodes generate in can now be more easily configured using the
geodes:has_emerald_geode
andgeodes:has_quartz_geode
biome tags in a datapack.
v1.2.0 - Fabric 1.18
Update to Caves and Cliffs Part II
- Updated to Minecraft version 1.18
- Updated to Java 17
- Emerald geodes now generate with a uniform range between
y = -16
andy = 256
in Jagged Peaks, Frozen Peaks, Stony Peaks, Snowy Slopes, and Meadow biomes - Quartz geodes now generate with a uniform range between
y = 6
andy = 116
in The Nether - Decreased the rarity of both quartz and emerald geodes
- Added crafting recipes for emerald geode and quartz geode blocks
- Added associated advancements for all crafting recipes
- Adjusted the no ore generation datapack to use
no_op
configured features rather than no-targetore
configured features.