[Bug] Exporting not working as expected. Unable to import due entity type is missing.
AntoineDehan opened this issue ยท 4 comments
Describe the bug
I've been using the "/easy_npc preset import_new prodigiumreforged:preset/terraria/merchant.npc.nbt ~ ~ ~"
Since the last updates it just says "unable to get entity type from preset prodigiumreforged:preset/terraria/merchant.npc.nbt!"
I have not moved a single file so I know the command can find my file (otherwise it would say "file not found")
I have no idea what's going on, the preset is in a datapack loaded in the world.
To Reproduce
Using the "/easy_npc preset import_new" command.
Expected behavior
The NPC is supposed to spawn
Thanks for the file, the file is missing the "id" entry, so it's expected to get this error.
The more interesting question is, why the "id" is missing.
I will try to reproduce the issue and will add some additional error checks for the export.
Thanks for the report. Could you please share the following information with me.
- The corresponding npc.nbt file ?
- The exact version you are using like 4.x beta or 3.10 release ?
The beta version 4.x is not 100% compatible with some former preset mostly because of the Fabric port.
If your preset is from a former version, you should load the preset in the 3.10 version first and re-save it to make sure it's compatible with the upcoming 4.x version.
Hi,
I'm on the 3.10 release.
Here is the npc.nbt file
merchant.npc.zip
I even tried to re-export one of my current npc and put it in my datapack, but even that does not work.