diff --git a/Minecraft-Classic-map-generation-algorithm.md b/Minecraft-Classic-map-generation-algorithm.md index 29bb92c..991a88a 100644 --- a/Minecraft-Classic-map-generation-algorithm.md +++ b/Minecraft-Classic-map-generation-algorithm.md @@ -56,8 +56,9 @@ If noise3.compute(x,z) /8 > 0 { set heightResult to heightLow } else { set heightResult to the maximum of heightLow and heightHigh - set heightResult to half its previous value + } +set heightResult to half its previous value If heightResult < 0 { set heightResult to 8/10 its value