Skip to main content

Furniture in Stardew Valley

Every piece of furniture in Stardew Valley with its spawn ID — chairs, tables, beds, lamps, rugs, wallpapers, and decorative props for every room of your farmhouse.

How to spawn items

Vanilla, no edits

Character name. When creating a new save, name your character with up to three item IDs in square brackets, e.g. [16][66][72]. Every time a villager mentions your name in dialogue, those items spawn into your inventory. Character names lock to one set per save, so you're stuck with whatever three you pick.

Early-game trigger trick: call Gus by phone (or visit Pierre before noon) — both reliably say your name back to you. Once you unlock the movie theater, inviting Jodi with a Love Concession is the fastest repeatable trigger.

Pet or animal name. Buy an animal from Marnie's Ranch (a chicken is cheapest) or a pet, then name it with the item ID(s) in square brackets. You receive the items right after confirming the name. Repeat with another animal for different items.

If your code is longer than Marnie's name box allows, you can bypass the character limit by inserting line breaks with dialogue commands — handy when stacking many IDs at once.

How Furniture IDs work

Every Furniture entry uses the qualified ID form (F)0. The (F) prefix tells Stardew Valley which item type the ID belongs to — the same ID can exist in more than one type at once, so the prefix is what makes it unambiguous.

This page lists all 586 Furniture entries in the vanilla game.

How to spawn Furniture

The naming cheat cannot spawn Furniture. Naming an animal [(F)0] does nothing at all — no error, no item — because the game only reads bare numeric object IDs out of a name. Enable chat cheats on your save instead, then run /debug iq ALL_ITEMS (F) in the in-game chat to pick any Furniture item straight out of the browser.

How to enable chat cheats

Example Furniture IDs

ItemIDNaming cheat
Oak Chair(F)0Chat cheat only
Walnut Chair(F)3Chat cheat only

Other Stardew Valley item types

Each item type has its own ID prefix and its own full list.

Furniture ID questions

What do Furniture IDs look like in Stardew Valley?
Every Furniture entry uses the qualified ID form (F)0. The (F) prefix tells Stardew Valley which item type the ID belongs to — the same ID can exist in more than one type at once, so the prefix is what makes it unambiguous. This page lists all 586 Furniture entries in the vanilla game.
How do I spawn Furniture in Stardew Valley?
The naming cheat cannot spawn Furniture. Naming an animal [(F)0] does nothing at all — no error, no item — because the game only reads bare numeric object IDs out of a name. Enable chat cheats on your save instead, then run /debug iq ALL_ITEMS (F) in the in-game chat to pick any Furniture item straight out of the browser.
How many Furniture items are in Stardew Valley?
There are 586 Furniture entries in vanilla Stardew Valley, all listed on this page with their IDs.
Did Furniture IDs change in Stardew Valley 1.6?
1.6 introduced qualified item IDs, which is where the (F) prefix comes from. The underlying numbers did not change, but anywhere the game has to be unambiguous it now expects the prefixed form.