Brandcraf06 / Blockus

A mod that mainly adds blocks!
GNU General Public License v3.0
27 stars 22 forks source link

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

Open Linguardium opened 7 months ago

Linguardium commented 7 months ago

Version 2.7.12 - 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.

Brandcraf06 commented 2 months ago

I've updated the structures recently, no idea if it's changed anything (I haven't noticed this problem)