mirror of
https://github.com/mt-mods/moretrees.git
synced 2024-12-24 01:30:24 +01:00
disabled beech trees
This commit is contained in:
parent
f2de625e40
commit
399671141a
4
init.lua
4
init.lua
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user