Sand on village farmland
chaNcharge opened this issue ยท 6 comments
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:
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:
- alters village gen. (Any mod that adds custom crops to village farms)
- 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):
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.
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.