Fix iron ore being called steel ore in the vein descriptions (#24066)

Fix iron ore being called steel ore
This commit is contained in:
Nemanja
2024-01-14 01:52:04 -05:00
committed by GitHub
parent db175fd9ba
commit 43da5f65f3

View File

@@ -174,8 +174,8 @@
- type: entity - type: entity
id: AsteroidRockTin id: AsteroidRockTin
parent: AsteroidRock parent: AsteroidRock
description: An ore vein rich with steel. description: An ore vein rich with iron.
suffix: Steel suffix: Iron
components: components:
- type: OreVein - type: OreVein
oreChance: 1.0 oreChance: 1.0
@@ -519,8 +519,8 @@
- type: entity - type: entity
id: WallRockTin id: WallRockTin
parent: WallRock parent: WallRock
description: An ore vein rich with steel. description: An ore vein rich with iron.
suffix: Steel suffix: Iron
components: components:
- type: OreVein - type: OreVein
oreChance: 1.0 oreChance: 1.0
@@ -737,8 +737,8 @@
- type: entity - type: entity
id: WallRockBasaltTin id: WallRockBasaltTin
parent: WallRockBasalt parent: WallRockBasalt
description: An ore vein rich with steel. description: An ore vein rich with iron.
suffix: Steel suffix: Iron
components: components:
- type: OreVein - type: OreVein
oreChance: 1.0 oreChance: 1.0
@@ -955,8 +955,8 @@
- type: entity - type: entity
id: WallRockSnowTin id: WallRockSnowTin
parent: WallRockSnow parent: WallRockSnow
description: An ore vein rich with steel. description: An ore vein rich with iron.
suffix: Steel suffix: Iron
components: components:
- type: OreVein - type: OreVein
oreChance: 1.0 oreChance: 1.0
@@ -1174,8 +1174,8 @@
- type: entity - type: entity
id: WallRockSandTin id: WallRockSandTin
parent: WallRockSand parent: WallRockSand
description: An ore vein rich with steel. description: An ore vein rich with iron.
suffix: Steel suffix: Iron
components: components:
- type: OreVein - type: OreVein
oreChance: 1.0 oreChance: 1.0
@@ -1392,8 +1392,8 @@
- type: entity - type: entity
id: WallRockChromiteTin id: WallRockChromiteTin
parent: WallRockChromite parent: WallRockChromite
description: An ore vein rich with steel. description: An ore vein rich with iron.
suffix: Steel suffix: Iron
components: components:
- type: OreVein - type: OreVein
oreChance: 1.0 oreChance: 1.0
@@ -1610,8 +1610,8 @@
- type: entity - type: entity
id: WallRockAndesiteTin id: WallRockAndesiteTin
parent: WallRockAndesite parent: WallRockAndesite
description: An ore vein rich with steel. description: An ore vein rich with iron.
suffix: Steel suffix: Iron
components: components:
- type: OreVein - type: OreVein
oreChance: 1.0 oreChance: 1.0