made deposits invisible on xaeros

This commit is contained in:
Pyritie 2025-08-26 00:09:28 +01:00
parent 5e6677f418
commit 1826674f63

View file

@ -338,7 +338,8 @@ function registerTFGSpaceBlocks(event) {
.soundType('sand')
.hardness(2)
.resistance(6)
.mapColor('color_white')
// makes it invisible on xaeros, so people can't use it to find the deposits :)
.mapColor('none')
.particleOffset(0.3, 1.5, 0.3)
.particleVelocity(0, 0.05, 0)
.particle('electric_spark')