There is an accidental dupe glitch when using craft from containers and another person is inside the chest your recipe is pulling ingrediants from.
Offhand, that tells me the client side logic for getting chest inventory, and then sending that data back to the server, is not updated per item, or per change, but rather, once open, and once closed.
If that is the case, im not sure you could correctly implement this.
But I am excited for that feature, and I recommend you continue to try it.
Developing Mods for 7 Days to Die Using Harmony
in Articles and Guides
Posted · Edited by backdownhipi
@jeffrharrison
There is an accidental dupe glitch when using craft from containers and another person is inside the chest your recipe is pulling ingrediants from.
Offhand, that tells me the client side logic for getting chest inventory, and then sending that data back to the server, is not updated per item, or per change, but rather, once open, and once closed.
If that is the case, im not sure you could correctly implement this.
But I am excited for that feature, and I recommend you continue to try it.