Fix iron naming, add specific materials for ores (#23590)

add materials for ores, fix iron naming
This commit is contained in:
Nemanja
2024-01-05 21:52:40 -05:00
committed by GitHub
parent 8b7bec2f1d
commit 86c1e36cd5
12 changed files with 100 additions and 30 deletions

View File

@@ -55,7 +55,7 @@ public sealed partial class GatewayGeneratorComponent : Component
/// </summary>
public List<ProtoId<BiomeMarkerLayerPrototype>> LootLayers = new()
{
"OreTin",
"OreIron",
"OreQuartz",
"OreGold",
"OreSilver",