Jump to content

Recommended Posts

My mod relies on the 'refresh_integrated_container' event to listen for item changes in the player's backpack on the client side. However, this event has been removed since game version 588693, and there seems to be no mention of this in the update logs for that version. The purpose of this event was to listen for item changes in the player's backpack from the player entity, which was very useful for refreshing the UI.


There must have been specific considerations for the official removal of the code that pushes this event. I'm wondering if there's an alternative method or event that can achieve the same effect. Does anyone know of an alternative way to implement this?
 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...