Add coal distribution to progen (#22755)
* Add coal distribution to progen * Add sprite --------- Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
@@ -24,6 +24,19 @@
|
||||
maxGroupSize: 20
|
||||
radius: 4
|
||||
|
||||
- type: biomeMarkerLayer
|
||||
id: OreCoal
|
||||
entityMask:
|
||||
WallRock: WallRockCoal
|
||||
WallRockBasalt: WallRockBasaltCoal
|
||||
WallRockChromite: WallRockChromiteCoal
|
||||
WallRockSand: WallRockSandCoal
|
||||
WallRockSnow: WallRockSnowCoal
|
||||
maxCount: 30
|
||||
minGroupSize: 10
|
||||
maxGroupSize: 20
|
||||
radius: 4
|
||||
|
||||
# Medium value
|
||||
# Gold
|
||||
- type: biomeMarkerLayer
|
||||
|
||||
@@ -125,6 +125,13 @@
|
||||
- !type:BiomeMarkerLoot
|
||||
proto: OreTin
|
||||
|
||||
- type: salvageLoot
|
||||
id: OreCoal
|
||||
guaranteed: true
|
||||
loots:
|
||||
- !type:BiomeMarkerLoot
|
||||
proto: OreCoal
|
||||
|
||||
- type: salvageLoot
|
||||
id: OreQuartz
|
||||
guaranteed: true
|
||||
|
||||
Reference in New Issue
Block a user