From 206293e3f9f8db23fcb286e1b1c82e7dda1d9932 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 12 Mar 2019 00:34:44 +0100 Subject: [PATCH] Fix MesaBryce typo --- mods/MAPGEN/mcl_biomes/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/MAPGEN/mcl_biomes/init.lua b/mods/MAPGEN/mcl_biomes/init.lua index 0384bab4b..0bc7022df 100644 --- a/mods/MAPGEN/mcl_biomes/init.lua +++ b/mods/MAPGEN/mcl_biomes/init.lua @@ -814,7 +814,7 @@ local function register_biomes() depth_top = 1, node_filler = "mcl_colorblocks:hardened_clay_orange", depth_filler = 3, - node_riverbed = "mcl_colorblocks:hardned_clay", + node_riverbed = "mcl_colorblocks:hardened_clay", depth_riverbed = 1, node_stone = "mcl_colorblocks:hardened_clay_orange", y_min = -4,