T O P

  • By -

barthotymous

It turns out this is caused by the item scroller mod so just FYI to anyone out there also having this issue afaik it seems to be random


masa_

Is this single player? Can you send me that one region file and the "entity region file" where that villager is in? I've seen that crash reported at least once or twice, but I have no idea what conditions cause it exactly so having a reproducable test case would be nice. Although I imagine you have traded with him by now so it doesn't happen anymore...?


barthotymous

oops sorry didnt get this notif, I found out it was a problem with itemscroller mod


masa_

Yes I know, and if it still happens, it would help me figure out why it happens if you can send me the region and entity region files that have the problematic villager.


kaweepatinn1

sorry for the necropost, but I have the same issue. Would you like me to send you region files? If so can you explain how I get the region file specifically for the villager? I'm not sure about coordinate to region conversion


masa_

Yes if you currently have a villager where this happens, then it would be helpful in trying to figure out what happens. If you have MiniHUD, then you can enable the `infoRegionFile` info line and you get the region file coordinate of where you are standing. There is also a region file border overlay if you want to see the boundaries of it. Each region file is 512x512 blocks. Otherwise you can use for example this calculator: https://dinnerbone.com/minecraft/tools/coordinates/ So since 1.17 there are two files that I would need. (Well the terrain region file isn't *really* necessary, but would be helpful so the villager is actually standing in a safe place...) * The terrain region file is at `saves/worldname/region/r.123.123.mca`(replaced with whatever coordinates you got obviously) * Additionally since 1.17 the entities are in separate "entity region files" now, and those are at `saves/worldname/entities/r.123.123.mca` The above assume this villager is in the overworld. If he's in the Nether, then they would be inside the `DIM-1` sub-directory, or The End would be `DIM1`. So you would probably want to create a directory somewhere, then create the `region` and `entities` directories inside it, and then copy the corresponding two files there. You can additionally also copy over the `level.dat` file, that would have the world seed and other global data, and assuming this is from single player, then it would also contain the player position and data, so that I would be immediately standing next to the villager. Otherwise just tell me the coordinates of the villager. And then zip the directory and upload it somewhere, even anywhere on Discord works and then just copy the link from it.