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

@@ -1,7 +1,7 @@
- type: weightedRandom
id: AsteroidOre
weights:
OreTin: 1.0
OreIron: 1.0
OreQuartz: 1.0
OreCoal: 1.0
OreGold: 0.25

View File

@@ -1,6 +1,6 @@
# Low value
- type: biomeMarkerLayer
id: OreTin
id: OreIron
entityMask:
AsteroidRock: AsteroidRockTin
WallRock: WallRockTin

View File

@@ -119,11 +119,11 @@
# Ores - these are guaranteed
# - Low value
- type: salvageLoot
id: OreTin
id: OreIron
guaranteed: true
loots:
- !type:BiomeMarkerLoot
proto: OreTin
proto: OreIron
- type: salvageLoot
id: OreCoal