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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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