Farming for Blockheads

Farming for Blockheads

76M Downloads

Market not summoning merchant from the sky.

Opened this issue ยท 5 comments

commented

Versions

  • Minecraft Version: 1.16.5
  • Forge Version: 36.1.24
  • Mod Version: 9.3.2
2021-06-04.12-16-52.mp4
commented

Oh yeah, they do spawn all the way up there. But they don't fall until you get somewhat close to them.

commented

This is likely due to performance mods disabling entity ticking for entities far away.

commented

Have the same issue here.

commented

https://github.com/blay09/FarmingForBlockheads/blob/b8a31f1bc55cf83ef7ee4501c3adddb69b33da08/src/main/java/net/blay09/mods/farmingforblockheads/block/MarketBlock.java#L77

The merchant spawns, but does not fall. All your merchants remain 172 blocks above your market, because they don't get a negative y-movement. Check it by teleporting up, if you like.