MarkusBordihn / BOs-Easy-NPC

Create easily NPC for your world or for your mod.
Other
20 stars 8 forks source link

Fabric mod not loading imports from Forge - 1.20.1 #206

Closed solasren closed 4 months ago

solasren commented 5 months ago

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?

MarkusBordihn commented 5 months ago

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.

solasren commented 5 months ago

It won't let me upload the nbt file.

solasren commented 5 months ago

https://drive.google.com/file/d/1QB47JI7znOHZYl56UkTe2_4bcBp1F9ww/view?usp=drive_link

MarkusBordihn commented 5 months ago

Thanks for sharing the file. I was able to import the NPC without any issues. image

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.