alvin0319 / CustomItemLoader

This is a plugin that brings the custom item to your server for PocketMine-MP!

Home Page:https://discord.com/invite/Py2vSwg3B3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't place the item on item frame

ArasakaID opened this issue · comments

I didn't know if this was a bug or that it wouldn't be put in place

@alvin0319 the item just not visible in the item frame, but the item has in the item frame

I know, but I think this is client-sided bug. I don't have idea to fix it.

I have an idea how to fix it! I will try it tomorrow

commented

From what I've debugged about this bug, it seems that placing an item with an internal runtime legacy ID (If the ID set in config.yml is 1001, it will be 6001 Itemfactory::get(6001, 0, 1) ) into an item frame renders fine.
Note, however, that it looks like an Update block when held in your hand.
This may help resolve bugs and we are looking into further details.

This will be fixed whenever api/pm5 branch gets merged.