This commit is contained in:
Redeix 2025-12-13 05:59:20 -06:00 committed by GitHub
parent 4ac447cf62
commit 35a14ab62c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 13 additions and 3 deletions

View file

@ -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"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,013 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 946 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 948 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 856 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

View file

@ -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')