1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-09-17 05:46:35 +02:00

Fix tree growing and jungle sapling growth rate

This commit is contained in:
BlockMen
2013-11-06 23:41:49 +01:00
parent 1d4eb43f26
commit 9fdbc1f407
4 changed files with 194 additions and 187 deletions

View File

@@ -19,3 +19,4 @@ dofile(minetest.get_modpath("default").."/craftitems.lua")
dofile(minetest.get_modpath("default").."/crafting.lua")
dofile(minetest.get_modpath("default").."/mapgen.lua")
dofile(minetest.get_modpath("default").."/player.lua")
dofile(minetest.get_modpath("default").."/trees.lua")