Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: 3.3.2 Outdated structures cause DFU to process every time they are loaded #253

Open
1 task done
Linguardium opened this issue Apr 9, 2024 · 0 comments
Open
1 task done
Assignees
Labels
bug Something isn't working

Comments

@Linguardium
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description

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.

To Reproduce

enter world
place structure
observe that DFU processed it

Expected behavior

DFU is not required every time your structure is loaded

Mod Version

v3.1.1 or newer

Minecraft Version

1.20 or newer

Java Version

Java 17

Fabric Version

N/A

Relevant log output

fwaystones\data\fwaystones\structures\desert_village_waystone.nbt
fwaystones\data\fwaystones\structures\mossy_stone_brick_village_waystone.nbt
fwaystones\data\fwaystones\structures\nether_brick_village_waystone.nbt
fwaystones\data\fwaystones\structures\red_desert_village_waystone.nbt
fwaystones\data\fwaystones\structures\red_nether_brick_village_waystone.nbt
fwaystones\data\fwaystones\structures\stone_brick_village_waystone.nbt
fwaystones\data\fwaystones\structures\village_waystone.nbt

Anything else?

No response

@Linguardium Linguardium added the bug Something isn't working label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants