Tech Reborn

Tech Reborn

30M Downloads

Outdated structures cause DFU to process every time they are loaded

Linguardium opened this issue ยท 2 comments

commented

Describe the bug

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 marginally cpu usage. 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 during a datagen process

Steps to Reproduce
N/A

Screenshots
N/A

Environment (please complete the following information with the version):
verified issue still present in 39a21f4

Logs
N/A

Additional context
Looks to be all the village structures you add

commented

will be addressed in a version for 1.20.6

commented

Not a bug, we dont need premature optimistation, if it can be proven to cause a noticable impact to the load time then we can think resolving it.