#how to make block variants animated

1 messages · Page 1 of 1 (latest)

valid talon
#

maybe there is someone who knows

real sluice
# valid talon maybe there is someone who knows

like this i think

{
  "flipbook_texture": "textures/blocks/...",
  "atlas_tile": "my_texture",
  "atlas_tile_variant": 0, // First variant
  "ticks_per_frame": 2
},
{
  "flipbook_texture": "textures/blocks/...",
  "atlas_tile": "my_texture",
  "atlas_tile_variant": 1, // Second variant
  "ticks_per_frame": 2
}