Vgroid diamonds hotfix (#29999)

vgroid diamonds
This commit is contained in:
Ed
2024-07-13 15:45:35 +03:00
committed by GitHub
parent 22a9290c5b
commit dcb3443b35
2 changed files with 28 additions and 0 deletions

View File

@@ -611,6 +611,28 @@
state: ironrock_west
- state: rock_artifact_fragment
- type: entity
id: IronRockDiamond
parent: IronRock
description: An ore vein rich with diamonds.
suffix: Diamond
components:
- type: OreVein
oreChance: 1.0
currentOre: OreDiamond
- type: Sprite
layers:
- state: ironrock
- map: [ "enum.EdgeLayer.South" ]
state: ironrock_south
- map: [ "enum.EdgeLayer.East" ]
state: ironrock_east
- map: [ "enum.EdgeLayer.North" ]
state: ironrock_north
- map: [ "enum.EdgeLayer.West" ]
state: ironrock_west
- state: rock_diamond
# Rocks and ore veins
- type: entity
id: WallRock

View File

@@ -82,6 +82,12 @@
count: 50
minGroupSize: 2
maxGroupSize: 4
- !type:OreDunGen
replacement: IronRock
entity: IronRockDiamond
count: 15
minGroupSize: 1
maxGroupSize: 2
# Configs
- type: dungeonConfig