mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-16 23:40:41 +01:00
wtf!
This commit is contained in:
parent
44f40664da
commit
027c151643
|
@ -176,7 +176,7 @@ local function quarry_run(pos, node)
|
||||||
vector.multiply(qdir, -radius))
|
vector.multiply(qdir, -radius))
|
||||||
local owner = meta:get_string("owner")
|
local owner = meta:get_string("owner")
|
||||||
local nd = meta:get_int("dug")
|
local nd = meta:get_int("dug")
|
||||||
while nd ~= diameter*diameter * (quarry_dig_above_nodes+1+quarry_max_depth) do
|
while nd < diameter*diameter * (quarry_dig_above_nodes+1+quarry_max_depth) do
|
||||||
local ry = math.floor(nd / (diameter*diameter))
|
local ry = math.floor(nd / (diameter*diameter))
|
||||||
local ndl = nd % (diameter*diameter)
|
local ndl = nd % (diameter*diameter)
|
||||||
if ry % 2 == 1 then
|
if ry % 2 == 1 then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user