made deposits invisible on xaeros
This commit is contained in:
parent
5e6677f418
commit
1826674f63
1 changed files with 2 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue