forked from VoxeLibre/VoxeLibre
Remove stone old non-code
This commit is contained in:
parent
425ec6774d
commit
a9fbdc5e71
|
@ -164,14 +164,6 @@ minetest.register_on_dignode(function(pos, node)
|
|||
end
|
||||
end)
|
||||
|
||||
--
|
||||
-- Bone Meal
|
||||
--
|
||||
|
||||
local n
|
||||
local n2
|
||||
local pos
|
||||
|
||||
local function apple_leave()
|
||||
if math.random(0, 10) == 3 then
|
||||
return {name = "mcl_core:apple"}
|
||||
|
|
Loading…
Reference in New Issue