AstralOrdana / Spelunkery

The Spelunkery mod for Minecraft
GNU Lesser General Public License v3.0
42 stars 20 forks source link

Configure Rarity of Ores and Ore Veins #180

Closed Mangraz closed 5 months ago

Mangraz commented 5 months ago

Even in vanilla minecraft, many ores spawn somewhat to frequently, making caving a quickly done task. Large ore veins as generated by Spelunky makes caving even more of a breeze. So being able to adjust spawn frequencies would be great!

SiverDX commented 5 months ago

you can do this with datapacks example location for large lapis veins:

https://github.com/AstralOrdana/Spelunkery/blob/1.20.1/common/src/main/resources/data/spelunkery/worldgen/configured_feature/large_lapis_vein.json

https://github.com/AstralOrdana/Spelunkery/blob/1.20.1/common/src/main/resources/data/spelunkery/worldgen/placed_feature/large_lapis_vein.json

Mangraz commented 5 months ago

Thanks for pointing me in that direction. It's not very ergonomic, but I'll make sense of it.

AstralOrdana commented 5 months ago

terrain feature customization is done via datapacks now