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:
parent
87b3937768
commit
f682c3f561
12 changed files with 213 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue