Remove stone old non-code

This commit is contained in:
Wuzzy 2017-02-17 00:33:48 +01:00
parent 425ec6774d
commit a9fbdc5e71
1 changed files with 0 additions and 8 deletions

View File

@ -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"}