Fixed HUGE stupid mistake.
This commit is contained in:
parent
4ef8edcd3f
commit
f25c3ac680
@ -390,7 +390,7 @@ minetest.register_node('survival:well_top', {
|
|||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
on_metadata_inventory_take = function(pos, listname, index, stack, player)
|
on_metadata_inventory_take = function(pos, listname, index, stack, player)
|
||||||
local chance = math.random(1,2)
|
local chance = math.random(1,500)
|
||||||
if chance == 2 then
|
if chance == 2 then
|
||||||
-- Let's change the formspec'
|
-- Let's change the formspec'
|
||||||
local meta = minetest.env:get_meta(pos)
|
local meta = minetest.env:get_meta(pos)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user