From 4ea925bf5d03b11e130968c055043ef9eb6e0a8a Mon Sep 17 00:00:00 2001 From: Pomi108 <59484948+Pomi108@users.noreply.github.com> Date: Fri, 25 Aug 2023 17:56:18 +0200 Subject: [PATCH] add interpolation to water animation --- assets/minecraft/textures/block/water_flow.png.mcmeta | 4 +++- assets/minecraft/textures/block/water_still.png.mcmeta | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/minecraft/textures/block/water_flow.png.mcmeta b/assets/minecraft/textures/block/water_flow.png.mcmeta index 4f0718ac9..f06e5a2b0 100644 --- a/assets/minecraft/textures/block/water_flow.png.mcmeta +++ b/assets/minecraft/textures/block/water_flow.png.mcmeta @@ -1,3 +1,5 @@ { - "animation": {} + "animation": { + "interpolate": true + } } \ No newline at end of file diff --git a/assets/minecraft/textures/block/water_still.png.mcmeta b/assets/minecraft/textures/block/water_still.png.mcmeta index 0645f48c6..3d932eea7 100644 --- a/assets/minecraft/textures/block/water_still.png.mcmeta +++ b/assets/minecraft/textures/block/water_still.png.mcmeta @@ -1,5 +1,6 @@ { "animation": { + "interpolate": true, "frametime": 2 } }