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

@ -1621,8 +1621,8 @@ function default.register_decorations()
place_on = {"default:dirt_with_grass"},
sidelen = 16,
noise_params = {
offset = 0.036,
scale = 0.022,
offset = 0.024,
scale = 0.015,
spread = {x = 250, y = 250, z = 250},
seed = 2,
octaves = 3,
@ -1643,8 +1643,8 @@ function default.register_decorations()
place_offset_y = 1,
sidelen = 16,
noise_params = {
offset = 0.0018,
scale = 0.0011,
offset = 0.0012,
scale = 0.0007,
spread = {x = 250, y = 250, z = 250},
seed = 2,
octaves = 3,