Project Zomboid

Project Zomboid

Organized Storage
Eep² 12 Mar, 2019 @ 6:53pm
Battery packs
I'm trying to make battery packs based off Hydrocraft's (HC) "open battery pack" recipes but the batteries are not being removed once packed and are just being duplicated when opened. Here's HC's recipe:
recipe Open Battery Package { HCBatterysixpack, Result:Battery=6, Time:50, }

And mine:
recipe Make Battery Package { Battery=6, Result:HCBatterysixpack, Time:50, }

Simple, right? I tried with and without "CanBeDoneFromFloor:true" line but it doesn't matter. Looking at other box/pack recipes shows the same format and they work fine. Any ideas? Do I need to add "destroy Battery=6" (and does that even work with multiple items)?
Last edited by Eep²; 12 Mar, 2019 @ 6:56pm