Features such as ore blobs have very similar configurations as was present in 1.18.1-0.3.
Technical background
1.18 still uses BiomeLoadingEvents, however, it now uses PlacedFeature objects to separate out feature placement data from feature configuration data (as a ConfiguredFeature<?,?> object), and features themselves. The PlacedFeature object needs to be wrapped into a Holder before it can be inserted into a Biome on a BiomeLoadingEvent.
Ore blob features
Feature placements
Ore blob placement data
| Ore
|
BiomeCategory
|
Triangular placement
|
Count
|
Bottom Anchor
|
Top Anchor
|
Rarity
|
| Saltpeter
|
DESERT or MESA
|
No
|
4
|
55
|
320
|
|
| Bauxite
|
Neither NETHER nor END
|
16
|
10
|
60
|
|
| Cinnabar
|
9
|
1
|
320
|
|
| Galena
|
3
|
-48
|
12
|
|
| Rutile
|
3
|
-64
|
-32
|
|
| Eighzo
|
END
|
1
|
1
|
36
|
|
Feature configurations
Ore blob configuration data
| Ore
|
Targets
|
Size
|
Discard
|
| Saltpeter
|
forge:ore_bearing_ground/sand/colorless_sand
forge:ore_bearing_ground/sand/red_sand
|
33
|
0
|
| Bauxite
|
minecraft:stone_ore_replaceables
minecraft:deepslate_ore_replaceables
|
8
|
| Cinnabar
|
6
|
| Galena
|
| Rutile
|
4
|
0.75
|
| Eighzo
|
forge:ore_bearing_ground/end_stone
|
0.5
|
Ore deposit features
Ore deposits are substantial groupings of a resource. The centre of an ore deposit will contain no stone and contain the raw block of the resource. The outside of the deposit usually contains the regular ore block as the world transitions to stone. If exposed to air, the ore blocks may not spawn but the raw blocks will.
Feature placements
Ore deposit placement data
| Ore
|
BiomeCategory
|
Triangular placement
|
Count
|
Bottom Anchor
|
Top Anchor
|
Rarity
|
| Copper
|
Neither NETHER nor END
|
Yes
|
Undefined
|
-16
|
112
|
26
|
| Iron
|
-64
|
74
|
56
|
| Gold
|
-64
|
-48
|
112
|
| Bauxite
|
10
|
60
|
64
|
| Cinnabar
|
-64
|
320
|
56
|
| Galena
|
-48
|
12
|
78
|
| Rutile
|
-64
|
-48
|
128
|
| Eighzo
|
END
|
1
|
36
|
192
|
Crude Oil features
Feature placements
Crude oil lakes and geysers placement data
| Feature
|
BiomeCategory
|
Triangular placement
|
Count
|
Bottom Anchor
|
Top Anchor
|
Rarity
|
| Oil geyser
|
Neither NETHER nor END
|
No
|
1
|
-64
|
320
|
208
|
| Surface Oil lake
|
-64
|
320
|
5
|
| Underground Oil lake
|
-64
|
320
|
144
|
Miscellaneous features
Miscellaneous features placement data
| Feature
|
BiomeCategory
|
Triangular placement
|
Count
|
Bottom Anchor
|
Top Anchor
|
Rarity
|
| Rice
|
Not NETHER, END, or Ocean
|
No
|
192
|
48
|
320
|
32
|