Ignores datapacks
MelanX opened this issue ยท 3 comments
I wanted to add some bartering items. Sadly, none of these items were shown in the bartering category. I tried to obtain these items and it worked. Just not shown in JEPB.
I think this happens because you need to take the loot table entries from client world loot manager and the datapack only changes the loot table on server which isn't synced to client.
I think this can be fixed by sending a packet with the changed loot table to the client.