Hi, so I'm tring to make my first mod, which includes plantable Straw.
However, when I try to plant the Straw I get the message "You can't plant that here." Upon closing the inventory, the Fertile Soil patch gets raised as if I'd planted something, but I get back the item that I tried planting and nothing grows from it, the soil is just raised. The Straw item does appear in the list of plantable items when using the Fertile Soil. (atm. trying to plant it at Heljarchen Farm, haven't tried any other places but it shouldn't matter?)
I looked at the mod "More plants and recipes for Hearthfire including Dawnguard and Dragonborn plants" and tried to copy that;
add BYOHMaterialStraw to FormList flPlanterPlantableItem in Miscellaneous->FormList
add Misc BYOHHouseMiscStraw in Items->MiscItem, with the script "defaultAddMiscItemSCRIPT" Count: 1, itemToAdd: BYOHMaterialStraw
add Tree BYOHHouseMiscStraw01 in WorldObjects->Tree->_BYOH->Plants, using the Wheat model (_BYOH\Plants\BYOHHouseIngrdWheat01.nif), Ingredient set to BYOHHouseMiscStraw (the MiscItem I just created) and Name: Straw
add BYOHHouseMiscStraw01 to FormList flPlanterPlantedFlora in Miscellaneous->FormList
What's wrong? :[
Thanks!
edit: Skyrim.esm and HearthFires.esm are master files, if that matters.