summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalinou <Calinou@users.noreply.github.com>2015-10-24 12:46:16 +0200
committerCalinou <Calinou@users.noreply.github.com>2015-10-24 12:46:16 +0200
commit43cc55dbd235e3623179e3abb734c04bd9e898b9 (patch)
tree2fa2c62fdc3674b83f66fa599ea8c9175c249ea7
parent6e25cabec0cc8396dedd4a78ecf540c70d661fe7 (diff)
parentc429c83eee885e48160a7247fc0fcdaff8bf064e (diff)
Merge pull request #2 from VanessaE/master
height_min/max --> y_min/max
-rw-r--r--init.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/init.lua b/init.lua
index 9a4cac1..ff5f94e 100644
--- a/init.lua
+++ b/init.lua
@@ -235,8 +235,8 @@ local oredefs = {
oredef = {clust_scarcity = moreores_silver_chunk_size * moreores_silver_chunk_size * moreores_silver_chunk_size,
clust_num_ores = moreores_silver_ore_per_chunk,
clust_size = moreores_silver_chunk_size,
- height_min = moreores_silver_min_depth,
- height_max = moreores_silver_max_depth
+ y_min = moreores_silver_min_depth,
+ y_max = moreores_silver_max_depth
},
tools = {
pick = {
@@ -267,8 +267,8 @@ local oredefs = {
oredef = {clust_scarcity = moreores_tin_chunk_size * moreores_tin_chunk_size * moreores_tin_chunk_size,
clust_num_ores = moreores_tin_ore_per_chunk,
clust_size = moreores_tin_chunk_size,
- height_min = moreores_tin_min_depth,
- height_max = moreores_tin_max_depth
+ y_min = moreores_tin_min_depth,
+ y_max = moreores_tin_max_depth
},
tools = {},
},
@@ -278,8 +278,8 @@ local oredefs = {
oredef = {clust_scarcity = moreores_mithril_chunk_size * moreores_mithril_chunk_size * moreores_mithril_chunk_size,
clust_num_ores = moreores_mithril_ore_per_chunk,
clust_size = moreores_mithril_chunk_size,
- height_min = moreores_mithril_min_depth,
- height_max = moreores_mithril_max_depth
+ y_min = moreores_mithril_min_depth,
+ y_max = moreores_mithril_max_depth
},
tools = {
pick = {