particles (#2401)
|
|
@ -1,5 +1,14 @@
|
||||||
{
|
{
|
||||||
"textures": [
|
"textures": [
|
||||||
"tfg:cooling_steam_particle"
|
"tfg:cooling_steam_particle_0",
|
||||||
|
"tfg:cooling_steam_particle_1",
|
||||||
|
"tfg:cooling_steam_particle_2",
|
||||||
|
"tfg:cooling_steam_particle_3",
|
||||||
|
"tfg:cooling_steam_particle_4",
|
||||||
|
"tfg:cooling_steam_particle_5",
|
||||||
|
"tfg:cooling_steam_particle_6",
|
||||||
|
"tfg:cooling_steam_particle_7",
|
||||||
|
"tfg:cooling_steam_particle_8",
|
||||||
|
"tfg:cooling_steam_particle_9"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 631 B |
BIN
kubejs/assets/tfg/textures/particle/cooling_steam_particle_0.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
kubejs/assets/tfg/textures/particle/cooling_steam_particle_1.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
kubejs/assets/tfg/textures/particle/cooling_steam_particle_2.png
Normal file
|
After Width: | Height: | Size: 1,013 B |
BIN
kubejs/assets/tfg/textures/particle/cooling_steam_particle_3.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
kubejs/assets/tfg/textures/particle/cooling_steam_particle_4.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
kubejs/assets/tfg/textures/particle/cooling_steam_particle_5.png
Normal file
|
After Width: | Height: | Size: 946 B |
BIN
kubejs/assets/tfg/textures/particle/cooling_steam_particle_6.png
Normal file
|
After Width: | Height: | Size: 948 B |
BIN
kubejs/assets/tfg/textures/particle/cooling_steam_particle_7.png
Normal file
|
After Width: | Height: | Size: 856 B |
BIN
kubejs/assets/tfg/textures/particle/cooling_steam_particle_8.png
Normal file
|
After Width: | Height: | Size: 632 B |
BIN
kubejs/assets/tfg/textures/particle/cooling_steam_particle_9.png
Normal file
|
After Width: | Height: | Size: 352 B |
|
|
@ -55,9 +55,10 @@ function registerTFGNuclearBlocks(event) {
|
||||||
.activeVelocity(0.0, 0.0, 0.0)
|
.activeVelocity(0.0, 0.0, 0.0)
|
||||||
.activeParticle('tfg:cooling_steam')
|
.activeParticle('tfg:cooling_steam')
|
||||||
.activeBase(0.0, 12.5, 0.0)
|
.activeBase(0.0, 12.5, 0.0)
|
||||||
.activeCount(8)
|
.activeCount(2)
|
||||||
.activeForced(false)
|
.activeForced(false)
|
||||||
.hasTicker(true)
|
.hasTicker(true)
|
||||||
|
.emitDelay(4);
|
||||||
|
|
||||||
event.create('tfg:titanium_concrete')
|
event.create('tfg:titanium_concrete')
|
||||||
.translationKey('block.tfg.titanium_concrete')
|
.translationKey('block.tfg.titanium_concrete')
|
||||||
|
|
|
||||||