forked from mtcontrib/plantlife_modpack
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:
committed by
Vanessa Ezekowitz
parent
7357524224
commit
174096ac87
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user