1
0
鏡像自 https://github.com/minetest-mods/technic.git 已同步 2025-07-03 00:30:36 +02:00

limit quarry depth to 30

此提交包含在:
Thomas Rudin
2019-03-17 20:55:39 +01:00
父節點 7a32be742c
當前提交 c832f3df32

查看文件

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