update technic, bedrock

master
Vanessa Ezekowitz 2015-10-23 14:47:07 -04:00
parent d0264f1181
commit 1777bc6df2
2 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@ minetest.register_ore({
clust_scarcity = 1 * 1 * 1,
clust_num_ores = 5,
clust_size = 2,
height_min = -30912, -- Engine changes can modify this value.
height_max = -30656, -- This ensures the bottom of the world is not even loaded.
y_min = -30912, -- Engine changes can modify this value.
y_max = -30656, -- This ensures the bottom of the world is not even loaded.
})
minetest.register_ore({
@ -16,8 +16,8 @@ minetest.register_ore({
clust_scarcity = 1 * 1 * 1,
clust_num_ores = 5,
clust_size = 2,
height_min = -30656,
height_max = -30000,
y_min = -30656,
y_max = -30000,
})
minetest.register_node("bedrock:bedrock", {

@ -1 +1 @@
Subproject commit 71b13ab0e84bc8babf86360c15c364e0a8c84468
Subproject commit 798a885807a1e1d6f0e028dbf6dcdb5cc9517106