The big green PR (#2694)
* blocks * more textures * more textures more textures * blocks * more textures * more textures more textures * blocks * more textures * more textures more textures * blocks * more textures * more textures more textures * firmalife gh stuff * chloroplasts and brick regex * gh recipes * pisciculture fishery * I am going insane * more casings = more gooder * rotten voiding cover * greenhouse glory * Is this it chat * not needed Signed-off-by: Redeix <redeix.m@gmail.com> * missed in conflicts Signed-off-by: Redeix <redeix.m@gmail.com> * consumerism * re-add tag import * remove unused object map * id normalizer function --------- Signed-off-by: Redeix <redeix.m@gmail.com>
This commit is contained in:
parent
3899512635
commit
900e1de8e9
340 changed files with 3654 additions and 798 deletions
|
|
@ -51,12 +51,13 @@ function registerTFGNuclearBlocks(event) {
|
|||
.tagBlock('gtceu:mineable/pickaxe_or_wrench')
|
||||
.mapColor('color_black')
|
||||
.speedFactor(1.1)
|
||||
.activeOffset(2, 2, 2)
|
||||
.activeVelocity(0.0, 0.0, 0.0)
|
||||
.activeParticle('tfg:cooling_steam')
|
||||
.activeBase(0.0, 13.5, 0.0)
|
||||
.activeCount(2)
|
||||
.activeForced(false)
|
||||
.activeParticles(a => a
|
||||
.range(2, 2, 2)
|
||||
.velocity(0.0, 0.0, 0.0)
|
||||
.particle('tfg:cooling_steam')
|
||||
.position(0.0, 13.5, 0.0)
|
||||
.count(2)
|
||||
.forced(false))
|
||||
.hasTicker(true)
|
||||
.emitDelay(4);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue