mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-23 06:22:34 +01:00
Remove stone old non-code
This commit is contained in:
@ -164,14 +164,6 @@ minetest.register_on_dignode(function(pos, node)
|
|||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
--
|
|
||||||
-- Bone Meal
|
|
||||||
--
|
|
||||||
|
|
||||||
local n
|
|
||||||
local n2
|
|
||||||
local pos
|
|
||||||
|
|
||||||
local function apple_leave()
|
local function apple_leave()
|
||||||
if math.random(0, 10) == 3 then
|
if math.random(0, 10) == 3 then
|
||||||
return {name = "mcl_core:apple"}
|
return {name = "mcl_core:apple"}
|
||||||
|
Reference in New Issue
Block a user