someaddons / respawningstructures

Minecraft mod which takes care of automatically respawning structures
0 stars 0 forks source link

[Bug]: villages respawn grass blocks and dirt paths incorrectly #5

Open AnyankaT opened 4 months ago

AnyankaT commented 4 months ago

Describe the bug you're experiencing

When a village respawns, it does a strange overlay of grass_blocks and dirt_paths - they end up replacing leaves in the trees and overlaying the existing blocks on paths.

Reproducability

find a village - especially with trees. respawn the village see trees with grass blocks and dirt paths in the place of leaves. 2024-07-31_12 58 38 2024-07-31_12 58 56

Mod up to date

Minecraft version

1.20.1

Modloader version

Forge

Logs

https://gist.github.com/AnyankaT/3b66727e49db421edd52387c54d49936

someaddons commented 2 months ago

ye that can happen, thats simply how vanilla villages are coded to spawn. You just normally do not notice it because they spawn before trees

Maybe I can prevent path placement when respawning, hmm

whydm2003724 commented 3 weeks ago

ye that can happen, thats simply how vanilla villages are coded to spawn. You just normally do not notice it because they spawn before trees

Maybe I can prevent path placement when respawning, hmm

I have also encountered this problem before. Originally, I wanted to refresh a few more times and obtain more loot from the boxes. However, after a few refreshes, all the farmland and decorations near the farmland became as high as the mountains! Hahaha, the mod is great, but I still hope you can solve this problem.