Fabric mod not loading imports from Forge - 1.20.1
solasren opened this issue · 4 comments
Hello!
I have created a few NPCs on Forge and exported them for use on my Fabric server. I followed all directions (make the npc on forge, save all changes, export, put file on server, restart server, use easy_npc command), but my custom NPCs are not loading with skins or a name in my Fabric server.
I don't know if I've don't something wrong?
The not loading skins are related to #203 the other parts is something I need to check more in detail.
Could you please provide / share one example npc file you try to import into Fabric?
You can use Google Drive or Dropbox for sharing the npc file if needed.
Thanks for sharing the file. I was able to import the NPC without any issues.
In this case I use /easy_npc preset import custom easy_npc:preset/cat/mangy-mag.npc.nbt -78.80 79.00 -9.63
.
Please make sure to provide the target position for the import like /easy_npc preset import custom easy_npc:preset/cat/mangy-mag.npc.nbt ~ ~ ~
(for your position) or /easy_npc preset import custom easy_npc:preset/cat/mangy-mag.npc.nbt -78.80 79.00 -9.63
(for any specific block position).
I currently working on the 5.x version which includes a full Fabric support, so that such cross imports are no longer needed.