Project Zomboid

Project Zomboid

Organized Storage
Eep² 12 mar. 2019 às 18:53
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)?
Última alteração por Eep²; 12 mar. 2019 às 18:56