moar depth

This commit is contained in:
Thomas Rudin 2019-07-08 17:44:19 +02:00
parent 897538d3fa
commit 439ebfc173

View File

@ -14,7 +14,7 @@ minetest.register_craft({
})
local quarry_dig_above_nodes = 3 -- How far above the quarry we will dig nodes
local quarry_max_depth = 40
local quarry_max_depth = 50
local quarry_demand = 10000
local quarry_eject_dir = vector.new(0, 1, 0)