Decal spawners spawn on a higher layer (#39956)

changed decal spawn layer
This commit is contained in:
Deerstop
2025-09-10 18:58:06 +10:00
committed by GitHub
parent 35d69e0f33
commit a05d466a5e
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
- DirtHeavy
maxDecalsPerTile: 1
snapPosition: true
zIndex: 1
zIndex: 5
prob: 0.8
color: '#FFFFFF7F'
cleanable: true

View File

@@ -5,7 +5,7 @@
components:
- type: RandomDecalSpawner
radius: 0.3
zIndex: 1
zIndex: 5
deleteSpawnerAfterSpawn: true
tileWhitelist:
- FloorAstroGrass

View File

@@ -11,7 +11,7 @@
randomRotation: true
maxDecals: 3
prob: 0.5
zIndex: 1
zIndex: 5
color: '#9900007F'
cleanable: true
deleteSpawnerAfterSpawn: true