mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-22 06:40:22 +01:00
limit quarry depth
This commit is contained in:
parent
ae20567894
commit
458f23b929
@ -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 = 80
|
||||
local quarry_max_depth = 40
|
||||
local quarry_demand = 10000
|
||||
local quarry_eject_dir = vector.new(0, 1, 0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user