abearcodes / Valheim

MIT License
14 stars 14 forks source link

Grab items from Reinforced Chests #12

Open Subzeros14 opened 3 years ago

Subzeros14 commented 3 years ago

Pretty much exactly what the title says. It seems that any of my items in reinforced chests do not appear in the crafting options, but if I move the items to regular chests everything works just fine.

abearcodes commented 3 years ago

Thanks for your report!

Subzeros14 commented 3 years ago

I do have a few other mods installed. Valheim Plus, BetterUI, Quick Stack and Deposit, Faster Teleportation, and Inventory Sort. The reinforced chests I have with items do appear to have that little purple + on them. After some quick testing, if you move the chests using Valheim Plus' advanced editing mode it appears the mod no longer recognizes the chests as being there.

Deleting them and replacing them appears to fix this. A little inconvenient, but not too bad.

abearcodes commented 3 years ago

Yeah... CraftingWithContainers checks whether or not a chest was created by a player (so that you are not looting naturally spawned chests). My best guess is that Valheim Plus for w/e reason places the chest without a proper creator id. I'll test this at some point when I have the time, glad you at least found a temporary workaround