From 53f4548684080416388b3cec50d61822552ebb8a Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Fri, 27 Nov 2015 01:10:43 -0800 Subject: [PATCH] Fix height_min/max usage. --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 50a5edd..719f430 100644 --- a/init.lua +++ b/init.lua @@ -404,8 +404,8 @@ local function replace(old, new) clust_scarcity = 1, clust_num_ores = 1, clust_size = 1, - height_min = -31000, - height_max = NETHER_DEPTH, + y_min = -31000, + y_max = NETHER_DEPTH, }) end end