mrsterner / GuardVillagers

Creative Commons Zero v1.0 Universal
12 stars 8 forks source link

Outdated structures cause DFU to process every time they are loaded #108

Open Linguardium opened 4 months ago

Linguardium commented 4 months ago

2.0.9 - 1.20.1

You have outdated structure files in your mod. This causes minecraft to try to update them every time they are loaded, leading to extra memory and cpu usage during worldgen. Please update your structures to match the mc version you are releasing for.

This should be as easy as loading them into game and re-saving them or using a mod to load them into a StructureTemplate and writing them back out to nbt.

mrsterner commented 4 months ago

I dont know how to do that so im probably not gonna

Linguardium commented 4 months ago

This should be as easy as loading them into game and re-saving them or using a mod to load them into a StructureTemplate and writing them back out to nbt.

mrsterner commented 4 months ago

I dont know how to do that so im probably not gonna