From 8d3899b983e88a61417a4aced1362fe151fa9751 Mon Sep 17 00:00:00 2001 From: Goodlyay Date: Sat, 17 Feb 2018 15:27:37 -0800 Subject: [PATCH] Updated Minecraft Classic lava animation algorithm (markdown) --- Minecraft-Classic-lava-animation-algorithm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft-Classic-lava-animation-algorithm.md b/Minecraft-Classic-lava-animation-algorithm.md index b0251ab..706cfe8 100644 --- a/Minecraft-Classic-lava-animation-algorithm.md +++ b/Minecraft-Classic-lava-animation-algorithm.md @@ -14,7 +14,7 @@ The second layer represents the potHeat, The third layer represents the soupHeat. -All of these array values start at 0 when the game starts and are updated every frame +All of these array values start at 0 when the game starts and are updated every tick. ### Lava ---