fix some items display in inventory
This commit is contained in:
parent
1e8dcdb170
commit
c763bb71f6
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ const renderSlot = (slot: RenderSlot, skipBlock = false): {
|
|||
if ('type' in itemTexture) {
|
||||
// is item
|
||||
return {
|
||||
texture: 'items',
|
||||
texture: itemTexture.type,
|
||||
slice: itemTexture.slice
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue