diff --git a/kubejs/assets/tfg/particles/cooling_steam.json b/kubejs/assets/tfg/particles/cooling_steam.json index 572b52060..32df59ab7 100644 --- a/kubejs/assets/tfg/particles/cooling_steam.json +++ b/kubejs/assets/tfg/particles/cooling_steam.json @@ -1,5 +1,14 @@ { "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" ] } diff --git a/kubejs/assets/tfg/textures/particle/cooling_steam_particle.png b/kubejs/assets/tfg/textures/particle/cooling_steam_particle.png deleted file mode 100644 index ed4f5f44d..000000000 Binary files a/kubejs/assets/tfg/textures/particle/cooling_steam_particle.png and /dev/null differ diff --git a/kubejs/assets/tfg/textures/particle/cooling_steam_particle_0.png b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_0.png new file mode 100644 index 000000000..f62467d9c Binary files /dev/null and b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_0.png differ diff --git a/kubejs/assets/tfg/textures/particle/cooling_steam_particle_1.png b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_1.png new file mode 100644 index 000000000..0b0516643 Binary files /dev/null and b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_1.png differ diff --git a/kubejs/assets/tfg/textures/particle/cooling_steam_particle_2.png b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_2.png new file mode 100644 index 000000000..314f9570e Binary files /dev/null and b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_2.png differ diff --git a/kubejs/assets/tfg/textures/particle/cooling_steam_particle_3.png b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_3.png new file mode 100644 index 000000000..ed2347d8d Binary files /dev/null and b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_3.png differ diff --git a/kubejs/assets/tfg/textures/particle/cooling_steam_particle_4.png b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_4.png new file mode 100644 index 000000000..7c7167f82 Binary files /dev/null and b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_4.png differ diff --git a/kubejs/assets/tfg/textures/particle/cooling_steam_particle_5.png b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_5.png new file mode 100644 index 000000000..ca380242b Binary files /dev/null and b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_5.png differ diff --git a/kubejs/assets/tfg/textures/particle/cooling_steam_particle_6.png b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_6.png new file mode 100644 index 000000000..0e8117aaa Binary files /dev/null and b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_6.png differ diff --git a/kubejs/assets/tfg/textures/particle/cooling_steam_particle_7.png b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_7.png new file mode 100644 index 000000000..c0d8c3ed9 Binary files /dev/null and b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_7.png differ diff --git a/kubejs/assets/tfg/textures/particle/cooling_steam_particle_8.png b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_8.png new file mode 100644 index 000000000..07208ef20 Binary files /dev/null and b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_8.png differ diff --git a/kubejs/assets/tfg/textures/particle/cooling_steam_particle_9.png b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_9.png new file mode 100644 index 000000000..b9386dda5 Binary files /dev/null and b/kubejs/assets/tfg/textures/particle/cooling_steam_particle_9.png differ diff --git a/kubejs/startup_scripts/tfg/nuclear/blocks.nuclear.js b/kubejs/startup_scripts/tfg/nuclear/blocks.nuclear.js index e1a5954ae..fdb862127 100644 --- a/kubejs/startup_scripts/tfg/nuclear/blocks.nuclear.js +++ b/kubejs/startup_scripts/tfg/nuclear/blocks.nuclear.js @@ -55,9 +55,10 @@ function registerTFGNuclearBlocks(event) { .activeVelocity(0.0, 0.0, 0.0) .activeParticle('tfg:cooling_steam') .activeBase(0.0, 12.5, 0.0) - .activeCount(8) + .activeCount(2) .activeForced(false) - .hasTicker(true) + .hasTicker(true) + .emitDelay(4); event.create('tfg:titanium_concrete') .translationKey('block.tfg.titanium_concrete')