1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-29 13:20:25 +02:00

New wider apple tree schematic

Precisely reduce trees and logs per mapchunk division to compensate.
This commit is contained in:
Paramat
2018-08-20 23:56:00 +01:00
committed by GitHub
parent 3d02145271
commit 20b433881b
6 changed files with 128 additions and 97 deletions

View File

@ -684,8 +684,8 @@ minetest.register_node("default:sapling", {
"default:sapling",
-- minp, maxp to be checked, relative to sapling pos
-- minp_relative.y = 1 because sapling pos has been checked
{x = -2, y = 1, z = -2},
{x = 2, y = 6, z = 2},
{x = -3, y = 1, z = -3},
{x = 3, y = 6, z = 3},
-- maximum interval of interior volume check
4)