I think I have the answer to both you questions! =D
To spawn an item to your inventory write this in the console:
CODE
player->additem"itemID"1
The item ID is for example
iron_dagger. You have to write the ID for the item, not the name, but the ID is usually the same as the name except it usually have underscores instead of spaces (some items have spaces, so try both). If you can't figure out the ID of an item check in the construction set. The number 1 shows how many of the item you add. Example:
player->additem"iron_arrow"100 would add 100 arrows.
Ingredients usually have
ingred_ or something like that in front of them. Example:
ingred_saltriceI can also recommend a mod that can help you.
This is a mod that I made myself. It adds a new building with lots of storage place and it has doors in 5 different cities and connection with the Mages Guilds. It doesn't really help organizing though, it just gives really quick access to your stuff. (It has 3 rooms with lots of vendors, a bed and like 30 crates.)