Fix iron naming, add specific materials for ores (#23590)
add materials for ores, fix iron naming
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
- type: weightedRandom
|
||||
id: AsteroidOre
|
||||
weights:
|
||||
OreTin: 1.0
|
||||
OreIron: 1.0
|
||||
OreQuartz: 1.0
|
||||
OreCoal: 1.0
|
||||
OreGold: 0.25
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Low value
|
||||
- type: biomeMarkerLayer
|
||||
id: OreTin
|
||||
id: OreIron
|
||||
entityMask:
|
||||
AsteroidRock: AsteroidRockTin
|
||||
WallRock: WallRockTin
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user