ItemStack (ItemInstance) will have incorrect item if it is constructed from block with ID > 255 (new ItemStack(block)) - it will transform into vanilla item instead of block item. If ItemStack will be created from block item (new ItemStack(block.asItem()) it will be correct
ItemStack (ItemInstance) will have incorrect item if it is constructed from block with ID > 255 (
new ItemStack(block)
) - it will transform into vanilla item instead of block item. If ItemStack will be created from block item (new ItemStack(block.asItem()
) it will be correct