Removed obsolete or useless code

Some commented code makes no sense because there is not comment as to why it's commented out. Removed.
This commit is contained in:
Craig Robbins
2014-08-20 20:37:48 +10:00
committed by Vanessa Ezekowitz
parent 7357524224
commit 174096ac87
3 changed files with 1 additions and 34 deletions

View File

@ -101,32 +101,6 @@ minetest.register_node("ferns:fern_01", {
-----------------------------------------------------------------------------------------------
-- Spawning
-----------------------------------------------------------------------------------------------
--[[plantslib:spawn_on_surfaces({
spawn_delay = 1200,
spawn_plants = {"ferns:fern"},
spawn_chance = 800,
spawn_surfaces = {
"default:dirt_with_grass",
"default:mossycobble",
"dryplants:grass_short",
"default:jungletree",
"stoneage:grass_with_silex"
},
seed_diff = 329,
})
plantslib:spawn_on_surfaces({
spawn_delay = 1200,
spawn_plants = {"ferns:fern_mid"},
spawn_chance = 400,
spawn_surfaces = {
"default:dirt_with_grass",
"default:mossycobble",
"dryplants:grass_short",
"default:jungletree",
"stoneage:grass_with_silex"
},
seed_diff = 329,
})]]
assert(abstract_ferns.config.Lady_fern == true)