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:
Velcroboy
2023-12-20 17:46:20 -06:00
committed by GitHub
parent 9e03d7cc3e
commit 3cf058f9f4
6 changed files with 158 additions and 0 deletions

View File

@@ -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

View File

@@ -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