spice stuff!
This commit is contained in:
parent
d16b4288af
commit
5bec53e7cd
10 changed files with 157 additions and 12 deletions
|
|
@ -336,16 +336,16 @@ function registerTFGSpaceBlocks(event) {
|
|||
event.create('tfg:spice', 'tfg:particle_emitter')
|
||||
.textureAll('tfg:block/sand_spice')
|
||||
.soundType('sand')
|
||||
.hardness(1)
|
||||
.resistance(1)
|
||||
.unbreakable()
|
||||
.lightLevel(0.1)
|
||||
.hardness(2)
|
||||
.resistance(6)
|
||||
.mapColor('color_white')
|
||||
.particleOffset(0, 2, 0)
|
||||
.particleVelocity(0.05, 0, 0.05)
|
||||
.particleOffset(0.3, 1.5, 0.3)
|
||||
.particleVelocity(0, 0.05, 0)
|
||||
.particle('electric_spark')
|
||||
.particleCount(3)
|
||||
.particleCount(2)
|
||||
.particleForced(false)
|
||||
.fullBlock(true)
|
||||
.opaque(true)
|
||||
|
||||
event.create('tfg:grass/amber_clay_mycelium')
|
||||
.property(BlockProperties.SNOWY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue