Realistic Terrain Generation

Realistic Terrain Generation

3M Downloads

Sand on village farmland

chaNcharge opened this issue ยท 6 comments

commented
Affected Mod Versions:
  • Forge version:1.10.2- 12.18.2.2151
  • RTG version: 4.1.1.8
Issue Description:

Sand spawns on village farmland areas, possibly meant for sugar canes to be there, but the sugar canes are not present

Extra Information:
  • Seed for the world I found them in: -42786915464327544822
  • Loaded with BiomeTweaker using BOP tweaks and BOP 5.0.0.2093
    2016-11-26_09 54 06
commented

Besides sand gravel sometimes tend to spawn in there.

commented

yeah i had this as well with the newest version :(

commented

After looking at vanilla village generation code (for MC 1.10.2), this should not be happening, and RTG only calls the vanilla generator and does not alter villages in any way.

This is most likely caused by another mod that either:

  1. alters village gen. (Any mod that adds custom crops to village farms)
  2. does any kind of world gen that adds sand splotches after villages have been generated.

I'm going to close this for now until someone can offer proof of a RTG fault.

Here are proof images that this happens without RTG (Taken from the MMD Andromeda server that uses BoP worldtype and has custom village crops):
2016-12-18_06 33 42
2016-12-18_06 34 04

commented

yeah i was thinking bop or forestry so i guess its bop :)

commented

Yes, my guess is BoP. In my screenshots above, this has occured in the BoP Meadow, and the BoP Meadow biome adds a generator for sand that I'm pretty sure runs after the village generator, in which case this is the likely result sometimes.

https://github.com/Glitchfiend/BiomesOPlenty/blob/BOP-1.11.x-6.0.x/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenMeadow.java#L56

I'll investigate this further, and if it is indeed happening with BoP, then maybe I'll create a patch for BoP to add a clause to prevent the sand from replacing farmland, which should remedy this issue, and PR it.

Or maybe @Adubbz can look into it if he has time.

commented

Here's another example from Grassland where you can see that there used to be farmland and the plant blocks were turned into their item counterparts after the blocks were changed to gravel:

2016-12-18_12 26 49