spice stuff!
This commit is contained in:
parent
d16b4288af
commit
5bec53e7cd
10 changed files with 157 additions and 12 deletions
|
|
@ -576,11 +576,11 @@ const registerGTCEuMachines = (event) => {
|
|||
.appearanceBlock(() => Block.getBlock('gtceu:nonconducting_casing'))
|
||||
.pattern(definition => FactoryBlockPattern.start()
|
||||
.aisle(' ' ,'A A', 'AAAAA', 'ACCCA', 'AAEAA', ' AAA ')
|
||||
.aisle(' ' ,' ', 'BBBBB', 'B B', 'BB BB', ' BFB ')
|
||||
.aisle(' G ' ,' ', 'ADDDA', 'D D', 'A A', ' BFB ')
|
||||
.aisle(' G ' ,' ', 'BBBBB', 'B B', 'BB BB', ' BFB ')
|
||||
.aisle(' GGG ' ,' ', 'ADDDA', 'D D', 'A A', ' BFB ')
|
||||
.aisle(' G ' ,' ', 'ADDDA', 'D D', 'A A', ' BFB ')
|
||||
.aisle(' ' ,' ', 'BBBBB', 'B B', 'BB BB', ' BFB ')
|
||||
.aisle('GGGGG' ,' ', 'ADDDA', 'D D', 'A A', ' BFB ')
|
||||
.aisle(' GGG ' ,' ', 'ADDDA', 'D D', 'A A', ' BFB ')
|
||||
.aisle(' G ' ,' ', 'BBBBB', 'B B', 'BB BB', ' BFB ')
|
||||
.aisle(' ' ,'A A', 'AAAAA', 'ACXCA', 'AACAA', ' AAA ')
|
||||
.where('X', Predicates.controller(Predicates.blocks(definition.get())))
|
||||
.where('A', Predicates.blocks('gtceu:secure_maceration_casing'))
|
||||
|
|
|
|||
|
|
@ -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