Skip to content

Commit

Permalink
height_min/max --> y_min/max
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa Ezekowitz committed Oct 23, 2015
1 parent 6e25cab commit c429c83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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 = {},
},
Expand All @@ -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 = {
Expand Down

0 comments on commit c429c83

Please sign in to comment.