new clay/kaolin clay blocks

This commit is contained in:
Pyritie 2025-08-25 21:56:36 +01:00
parent d15290b9de
commit c8d20c30ae
34 changed files with 435 additions and 15 deletions

View file

@ -32,21 +32,6 @@ const registerTFGBlocks = (event) => {
.particleCount(2)
.particleForced(false)
event.create('tfg:spice', 'tfg:particle_emitter')
.textureAll('tfg:block/sand_spice')
.soundType('sand')
.hardness(1)
.resistance(1)
.unbreakable()
.tagBlock('tfcambiental:hot_stuff')
.lightLevel(0.1)
.mapColor('color_white')
.particleOffset(0, 2, 0)
.particleVelocity(0.05, 0, 0.05)
.particle('electric_spark')
.particleCount(3)
.particleForced(false)
// #region Machine Casings
global.TFG_MACHINE_CASINGS.forEach(type => {