DEUF - Duplicate Entity UUID Fix

Quick rating

DEUF - Duplicate Entity UUID Fix

No reviews yet

Changes UUIDs of loaded Entities in case their UUIDs are already assigned (and removes log spam).

No Theme
No Genre
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
deuf-1.21.1-1.3.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

"Keeping entity minecraft:xxxx that already exists with UUID xxxx"

Now that message can occure quite often in case you use an old world. And there is no fix for it currently even though the bug is listed in the bug tracker for some time now. The logs (and server console, in case you have one - like me) also get spammed quite a lot so I thought I would make a mod which fixes those duplicate UUIDs and thus removes the spam.

Simply drag and drop the file into your mods folder. Clients do not need to install the mod to join your server (in case you use it for a server - like I do).

When installed, simply explore your world. Initially the spam will be more than before, since there should be an additional message which tells you that the UUID has been changed. But when reloading the world or restarting the server, that will not occure anymore for that exact entity, which now has a non-duplicate UUID.

I have not tested it a lot. But all short tests I have done were positive and bug free. Still: BACK UP YOUR WORLD BEFORE USING.

discord.gg/3zXwr2atcY

https://discord.gg/3zXwr2atcY

Example:

Without Mod:

[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID bd4f648f-ca0d-4680-9ed5-d28c68356379 
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 1bfcaf96-e93d-4dd8-a402-dc000794acae
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 2a01ea3a-1ac2-48fa-9731-1399c3f5d256
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID c77765cb-f3fa-42d8-9326-52fa7e176dad
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID bd4f648f-ca0d-4680-9ed5-d28c68356379
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 1bfcaf96-e93d-4dd8-a402-dc000794acae
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 2a01ea3a-1ac2-48fa-9731-1399c3f5d256
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID c77765cb-f3fa-42d8-9326-52fa7e176dad
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID bd4f648f-ca0d-4680-9ed5-d28c68356379
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 1bfcaf96-e93d-4dd8-a402-dc000794acae
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 2a01ea3a-1ac2-48fa-9731-1399c3f5d256
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID c77765cb-f3fa-42d8-9326-52fa7e176dad
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID bd4f648f-ca0d-4680-9ed5-d28c68356379
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 1bfcaf96-e93d-4dd8-a402-dc000794acae
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 2a01ea3a-1ac2-48fa-9731-1399c3f5d256
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID c77765cb-f3fa-42d8-9326-52fa7e176dad
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID bd4f648f-ca0d-4680-9ed5-d28c68356379
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 1bfcaf96-e93d-4dd8-a402-dc000794acae
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 2a01ea3a-1ac2-48fa-9731-1399c3f5d256
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID c77765cb-f3fa-42d8-9326-52fa7e176dad

With Mod (first load):

[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID bd4f648f-ca0d-4680-9ed5-d28c68356379
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 1bfcaf96-e93d-4dd8-a402-dc000794acae
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 2a01ea3a-1ac2-48fa-9731-1399c3f5d256
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID c77765cb-f3fa-42d8-9326-52fa7e176dad
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID bd4f648f-ca0d-4680-9ed5-d28c68356379
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 1bfcaf96-e93d-4dd8-a402-dc000794acae
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 2a01ea3a-1ac2-48fa-9731-1399c3f5d256
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID c77765cb-f3fa-42d8-9326-52fa7e176dad
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID bd4f648f-ca0d-4680-9ed5-d28c68356379
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 1bfcaf96-e93d-4dd8-a402-dc000794acae
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 2a01ea3a-1ac2-48fa-9731-1399c3f5d256
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID c77765cb-f3fa-42d8-9326-52fa7e176dad
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID bd4f648f-ca0d-4680-9ed5-d28c68356379
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 1bfcaf96-e93d-4dd8-a402-dc000794acae
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 2a01ea3a-1ac2-48fa-9731-1399c3f5d256
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID c77765cb-f3fa-42d8-9326-52fa7e176dad
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID bd4f648f-ca0d-4680-9ed5-d28c68356379
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 1bfcaf96-e93d-4dd8-a402-dc000794acae
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID 2a01ea3a-1ac2-48fa-9731-1399c3f5d256
[17:41:21] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:painting that already exists with UUID c77765cb-f3fa-42d8-9326-52fa7e176dad
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from bd4f648f-ca0d-4680-9ed5-d28c68356379 to ae673ae3-2d57-4cf0-b192-87e4dee826d5
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from 1bfcaf96-e93d-4dd8-a402-dc000794acae to b727c571-7fd0-4e98-8bf2-fd63c935dbc5
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from 2a01ea3a-1ac2-48fa-9731-1399c3f5d256 to 6a6019d7-7c7f-4e90-8c38-9b7de5799efe
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from c77765cb-f3fa-42d8-9326-52fa7e176dad to dd1dc13a-7014-43a2-8dcd-9a242319db28
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from bd4f648f-ca0d-4680-9ed5-d28c68356379 to 1cd933f4-0fe9-4adc-ba88-49e45362922f
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from 1bfcaf96-e93d-4dd8-a402-dc000794acae to 1d2939bd-aa00-488d-9f51-64da4d684b43
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from 2a01ea3a-1ac2-48fa-9731-1399c3f5d256 to 4fa92741-e4de-4878-8de5-3b04ed68aef2
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from c77765cb-f3fa-42d8-9326-52fa7e176dad to 19595751-d5b1-416e-b885-11c0ada925ff
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from bd4f648f-ca0d-4680-9ed5-d28c68356379 to e7fa7ce7-55b4-411f-b6c9-8740dae0d812
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from 1bfcaf96-e93d-4dd8-a402-dc000794acae to 5240568b-3d40-4837-8ca5-cd3b48519d8a
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from 2a01ea3a-1ac2-48fa-9731-1399c3f5d256 to f28fb4ba-b509-40ad-9a97-b9cee67406e1
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from c77765cb-f3fa-42d8-9326-52fa7e176dad to 42999a16-8e11-42ed-b83e-bc3cdee031b8
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from bd4f648f-ca0d-4680-9ed5-d28c68356379 to 0aa6193b-0662-4c11-be18-22031040fb37
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from 1bfcaf96-e93d-4dd8-a402-dc000794acae to d40910d1-213f-4e10-8a54-25c0694b4124
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from 2a01ea3a-1ac2-48fa-9731-1399c3f5d256 to 85099341-acc6-44eb-a8b0-af86ca08446b
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from c77765cb-f3fa-42d8-9326-52fa7e176dad to a4ed61fa-098d-4fab-be2c-d1eee9c06b62
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from bd4f648f-ca0d-4680-9ed5-d28c68356379 to 6bd662c4-6555-438d-a202-a6b962cd56a1
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from 1bfcaf96-e93d-4dd8-a402-dc000794acae to 04a9acdd-6bb4-4c28-9ad7-39fdbc395bad
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from 2a01ea3a-1ac2-48fa-9731-1399c3f5d256 to ed93b32a-58f1-436e-80ac-012e52cedf81
[17:41:21] [Server thread/INFO] [uuidfix]: Changing UUID of entity minecraft:painting that already existed from c77765cb-f3fa-42d8-9326-52fa7e176dad to e13f6b2d-637d-448e-b371-f10e77be5aff

With Mod (second load and beyond):

Minecraft Server Hosting on Kinetic Hosting: Save 15% with Code: SPELLS

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

31.9m
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works