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.
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.