The Lost Cities

The Lost Cities

59M Downloads

Stacking leave blocks in ancient profile

tyra314 opened this issue ยท 5 comments

commented

Hi,

in my tweaked ancient profile stacking leave blocks get generated next to buildings, which are they more worn than the leave would suggest.

Well a picture describes more than a thousands words could do:
2017-07-01_10 44 58
2017-07-01_10 48 06

Slightly related, sometimes you get a layer of air between the blocks and the buildings:
2017-07-01_10 58 00

Here is my adapted profile: https://gist.github.com/tyra314/aa3ce4d64c26dc719c1ff6ad9d1f0e14
I'm using 1.10.2 with 0.0.13beta

commented

I changed those values on purpose in the first place. However, changed them back and I think the problems persist, but you don't see them as explicit as with changed configs.

  • I still see the gap:

2017-07-01_22 03 32

2017-07-01_22 06 09

  • And I see the leave pillars.

2017-07-01_22 11 35

Maybe rephrasing, what I think is the problem helps:

Those leaves at the walls of buildings should look like climbing plants, right?
And in general climbing plants need something to climb on. Therefore, when the
worldgen for example decides to gen a building even with ground, I wouldn't expect
climbing plants to be generated. Instead bushes would work well.

Oh, and a random suggestion, I always mix different leaves - oak and jungle blend well in vanilla textures -
and fences, such that they look like the trunk. :)
Like this:
2017-07-01_22 58 31

commented

Those variant leaf blocks are a cool idea. I will do that. I have not seen any of the other problems though

commented

The leaves may even end up flying:

2017-07-01_12 12 55

commented

I'll check these out. That gap is weird. Haven't seen that yet. I'll see if I can find that in any of my worlds

commented

For the high leaf blocks I think you were using old ancient configs and didn't delete them when upgrading lost cities. The corrects value should be:

# Chance that leafblocks will be generated at the border of a building and a street [range: 0.0 ~ 1.0, default: 0.05]
S:randomLeafBlockChance=0.05

# Frequency of leafblocks as seen from the sides of buildings [range: 1 ~ 8, default: 6]
I:randomLeafBlockThickness=6

Can you check that these are correct?