Fenixin/Minecraft-Region-Fixer

Minecraft-Region-Fixer No actual deleted entities

Closed this issue · 1 comments

My archive is filled with 500000 entities and I use this command python3 regionfixer.py ... /world -p 3 --delete-entities --entity-limit 0 results in the following:


> Deleted 3 entities in chunk (0,1) of the region file: r.0.0.mca########################                                   |ETA:  0:06:00
Deleted 1 entities in chunk (1,2) of the region file: r.0.0.mca
Deleted 3 entities in chunk (1,3) of the region file: r.0.0.mca
Deleted 2 entities in chunk (1,4) of the region file: r.0.0.mca
Deleted 2 entities in chunk (1,5) of the region file: r.0.0.mca
Deleted 3 entities in chunk (2,1) of the region file: r.0.0.mca
Deleted 1 entities in chunk (2,4) of the region file: r.0.0.mca
Deleted 1 entities in chunk (12,5) of the region file: r.0.0.mca
Deleted 1 entities in chunk (24,28) of the region file: r.-1.-1.mca
Deleted 1 entities in chunk (25,18) of the region file: r.-1.-1.mca
Deleted 4 entities in chunk (25,31) of the region file: r.-1.-1.mca
Deleted 2 entities in chunk (26,27) of the region file: r.-1.-1.mca
Deleted 2 entities in chunk (26,28) of the region file: r.-1.-1.mca
Deleted 3 entities in chunk (27,27) of the region file: r.-1.-1.mca
Deleted 6 entities in chunk (27,28) of the region file: r.-1.-1.mca
Deleted 2 entities in chunk (27,29) of the region file: r.-1.-1.mca
Deleted 1 entities in chunk (28,30) of the region file: r.-1.-1.mca
Deleted 1 entities in chunk (28,31) of the region file: r.-1.-1.mca
Deleted 3 entities in chunk (29,29) of the region file: r.-1.-1.mca
Deleted 2 entities in chunk (29,30) of the region file: r.-1.-1.mca
Deleted 1 entities in chunk (30,18) of the region file: r.-1.-1.mca
Deleted 1 entities in chunk (30,29) of the region file: r.-1.-1.mca
Deleted 1 entities in chunk (31,31) of the region file: r.-1.-1.mca####################                                   |ETA:  0:05:41
Deleted 1 entities in chunk (26,3) of the region file: r.-1.0.mca
Deleted 1 entities in chunk (27,3) of the region file: r.-1.0.mca
Deleted 1 entities in chunk (27,4) of the region file: r.-1.0.mca
Deleted 1 entities in chunk (27,6) of the region file: r.-1.0.mca
Deleted 1 entities in chunk (28,6) of the region file: r.-1.0.mca
Deleted 3 entities in chunk (29,1) of the region file: r.-1.0.mca
Deleted 2 entities in chunk (29,2) of the region file: r.-1.0.mca
Deleted 1 entities in chunk (29,3) of the region file: r.-1.0.mca
Deleted 1 entities in chunk (29,4) of the region file: r.-1.0.mca
Deleted 1 entities in chunk (30,1) of the region file: r.-1.0.mca
Deleted 4 entities in chunk (30,4) of the region file: r.-1.0.mca
Deleted 1 entities in chunk (30,5) of the region file: r.-1.0.mca
Deleted 4 entities in chunk (31,1) of the region file: r.-1.0.mca
Deleted 1 entities in chunk (0,26) of the region file: r.0.-1.mca
Deleted 4 entities in chunk (0,30) of the region file: r.0.-1.mca
Deleted 1 entities in chunk (21,23) of the region file: r.-3.0.mca######################                                  |ETA:  0:04:31
Deleted 1 entities in chunk (21,24) of the region file: r.-3.0.mca
1166 of 1166|#############################################################################################################|Time: 0:13:37


############################################################
################# Scan results for: world ##################
############################################################


Unreadable player files:
No problems found.

Unreadable data files:
idcounts.dat

Chunk problems:
---------------------------------------
| Problem | Too many entities  Total  |
---------------------------------------
|  Count  |       38773        552520 |
---------------------------------------

Region problems:
No problems found.



###### Deleting chunks with status: Too many entities ######
 Deleting chunks in regionset "Overworld":
Removed 0 chunks in this regionset.

 Deleting chunks in regionset "Nether":
Removed 0 chunks in this regionset.

 Deleting chunks in regionset "The End":
Removed 0 chunks in this regionset.

 Deleting chunks in regionset "POIs":
Removed 0 chunks in this regionset.


Deleted 0 chunks with status: Too many entities

Is this a successful deletion of the entity?How can i fix my save?Please help me!!

Hello!

Sorry for the late answer.

Yes, I guess so, these lines indicate that a few entities where removed from a few chunks. But I don't see any chunk with 500k entities. Maybe is higher up in the log and I can't see it.

I'm going to close this because is very old, feel free to reopen if you want to provide more information.