Mojira Archive
MC-28469

2x2 tiled frames required for flowing lava & water animations

sorry if this is a duplicate, could not find anything while searching

so say I wanted to create a 32x32 texture pack. most animations would look like this (frame positions in image)
[ 0 ]
[ 1 ]
[ 2 ]
[ 3 ]
etc...

but flowing water & flowing lava animations require this:
[ 0 ][ _ ]
[ _ ][ _ ]
[ 1 ][ _ ]
[ _ ][ _ ]
[ 2 ][ _ ]
[ _ ][ _ ]
etc...

this is not a problem normally, but for things that use these textures (for example mods, falling block entities with custom ids created by mods, server plugins, etc.) they will display the full
[ # ][ _ ]
[ _ ][ _ ]
(in this case a 64x64 square, with only the top left hand corner being textured)

I know this relates to modifications, but like I said, custom id falling blocks can be created on servers with plugins which require no client modifications. please fix it, it is driving me crazy.

Incomplete

kasamikona

2013-08-11, 03:51 PM

2014-12-16, 09:59 PM

2014-01-14, 07:48 PM

0

3

Unconfirmed

Minecraft 1.5.2, Minecraft 1.6.1, Minecraft 1.6.2

-