Tungsten spawns. However platinum doesn't.
global.metals = [
['electrum', '#F2E279', 0xF2E279],
[
'tungsten',
'#333333',
0x333333,
true,
'#minecraft:is_end',
'minecraft:end_stone',
[1, 4],
0,
250,
4
],
['tungstensteel', '#5e5e5e', 0x5e5e5e],
['iridium_tungsten_alloy', '#bdbdbd', 0xbdbdbd],
['enderium', '#289799', 0x289799],
[
'platinum',
'#abe6ff',
0xabe6ff,
true,
'#minecraft:is_overworld',
'#minecraft:stone_ore_replaceables',
'minecraft:deepslate',
[1, 2],
60,
8,
1
]
];
