disabled beech trees

This commit is contained in:
Vanessa Ezekowitz 2013-01-20 15:01:30 -05:00
parent f2de625e40
commit 399671141a
1 changed files with 2 additions and 2 deletions

View File

@ -53,11 +53,11 @@ plantslib:register_generate_plant(moretrees.conifer_biome, "moretrees:grow_conif
-- Enable them if you want but be warned - due to serious bugs in the speed
-- of the engine's map generator/loader, doing so will slow it WAY down.
--[[
minetest.register_alias("mapgen_tree", "air")
minetest.register_alias("mapgen_leaves", "air")
plantslib:register_generate_plant(moretrees.beech_biome, moretrees.beech_model)
]]--
-- sapling growth setup