Trying to allow seeds in the box inventory but seem to be failing on letting me place them in there.
i have tried
i have tried
planterBox.onlyAcceptCategory = ItemCategory.All;
planterBox.allowedContents = ItemContainer.ContentsType.Generic;
planterBox.inventory.onlyAllowedItem = null;
planterBox.allowedItem = null;