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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)