Create contraptions inventory delete issue (EDIT)
Pyrotheus opened this issue ยท 4 comments
Started using a diamond backpack in place of chests to store items from my crop harvester. (CREATE MOD) Items are deleted in two ways. However I was able to reproduce both issues.
To Reproduce
Steps to reproduce the behavior: VERSION 1
- place backpack onto incomplete contraption [inventory unharmed]
- form contraption via cart assembler [inventory unharmed]
- let contraption complete its task and deform back into only blocks (incomplete contraption) [inventory unharmed]
- destroy and pick backpack up [inventory is deleted]
Steps to reproduce the behavior: VERSION 2
- place backpack on contraption
- make contraption via cart assembler
- unmake contraption via cart assembler (back to individual blocks)
- leave the server and rejoin (make the server unload the chunks)
- rejoin and backpack is empty (still placed down)
Create mods way of making contraptions may in some way duplicate UUID and only becomes prevalent when the item is reloaded in some way. Duplicate UUID is momentary and never gets reassigned.
Screenshots
Versions
Mod version that you're using. Version of forge may also be helpful in some cases
CREATE 0.6.1.e
SOPHISTICATED CORE 0.5.89.425
FORGE 47.2.1
Sure, but there's nothing I can fix here.
It's the create logic that is making these changes and I am not going to change their code through mixins as that would be extremely fragile and could also create issues that would be reported to them when my code was the real culprit.
The real fix for this needs to be done on Create side or backpacks need to be blacklisted from being used on contraptions which again is something for create if there isn't a config already. So you will need to report to them if you want this fixed.
Looked into other issues about data synchronization and I am unable to retrieve items by clicking their slots, items are deleted.