aedenthorn / ValheimMods

Other
148 stars 104 forks source link

Quick Store requires exact name. #58

Open biship opened 3 years ago

biship commented 3 years ago

I have to specify the exact item prefab name. For some reason this stores everything except Fire Arrow: ItemDisallowTypes = Arrow This will prevent storage of Wood Arrow, Fire Arrow & Flint Arrow. ItemDisallowTypes = ArrowFire,ArrowFlint,ArrowWood No other changes were made to cfg file.