made the features for the rose quartz geodes, though their rarity will need some tweaking and the buds need a waterlogged property

This commit is contained in:
Pyritie 2025-05-01 21:51:03 +01:00
parent 87b3937768
commit f682c3f561
12 changed files with 213 additions and 0 deletions

View file

@ -297,6 +297,19 @@ const registerTFGBiomeTags = (event) => {
const registerTFGPlacedFeatures = (event) => {
// #region Earth biomes
event.add('tfc:in_biome/surface_decoration/ocean', 'tfg:earth/rose_quartz/rose_quartz')
event.add('tfc:in_biome/surface_decoration/ocean_reef', 'tfg:earth/rose_quartz/rose_quartz')
event.add('tfc:in_biome/surface_decoration/deep_ocean', 'tfg:earth/rose_quartz/rose_quartz')
event.add('tfc:in_biome/surface_decoration/deep_ocean_trench', 'tfg:earth/rose_quartz/rose_quartz')
event.add('tfc:in_biome/surface_decoration/shore', 'tfg:earth/rose_quartz/rose_quartz')
event.add('tfc:in_biome/surface_decoration/tidal_flats', 'tfg:earth/rose_quartz/rose_quartz')
event.add('tfc:in_biome/surface_decoration/lowlands', 'tfg:earth/rose_quartz/rose_quartz')
event.add('tfc:in_biome/surface_decoration/salt_marsh', 'tfg:earth/rose_quartz/rose_quartz')
// #endregion
// #region Nether ores