Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Kyuya

Uploaded by

Kyuya258369

Virus scan

Safe to use

Tags for this mod

11 comments

  1. mochiminiwheat
    mochiminiwheat
    • member
    • 0 kudos
    I love the kitchen set! But how do I replace this kitchen set with the one in my farmhouse? 
  2. Elaina991
    Elaina991
    • member
    • 0 kudos
    www?so cute.I feel in love.
  3. deleted83281638
    deleted83281638
    • account closed
    • 0 kudos
    Love the colors!
  4. Alondraher
    Alondraher
    • member
    • 0 kudos
    Hello :3 I downloaded the requirements for this mod and when I go to Robin's shop she doesn't sell them. Is it random for her to sell the items? This mod is so pretty and I want it so bad but nothing shows up. 
    1. Kyuya258369
      Kyuya258369
      • premium
      • 1,001 kudos
      Not random,please carefully check whether the module is installed correctly or rummage through Robin's inventory.
  5. panpixiepixels
    panpixiepixels
    • member
    • 5 kudos
    wow so cute thank you!
  6. bikinavisho
    bikinavisho
    • supporter
    • 39 kudos
    This mod is so lovely! I've modified the json to make it functional in combination with [CCS] Kitchen Station Set ! You could add it as an optional download if you feel like it

    ?[
        // Lovely Cupboard
    {
            "$ItemType": "Furniture",
            "ID": "Decoration1",
            "Type": "Decoration",
    "Configurations": [
                {
    "Texture": "Assets/CuteDecoration1.png:0",
    "DisplaySize": { "X": 1, "Y": 3 }, 
    "CollisionHeight": 1, 
    "TileProperties": {
    "0, 0": {
    "Buildings": {
    "Action": "CraftingStation KitchenCounter"
    }
    }
    }
                }
    ]
        },
        // Lovely Scullery (sink)
    {
            "$ItemType": "Furniture",
            "ID": "Decoration2",
            "Type": "Decoration",
    "Configurations": [
                {
    "Texture": "Assets/CuteDecoration1.png:1",
    "DisplaySize": { "X": 1, "Y": 3 }, 
    "CollisionHeight": 1, 
    "TileProperties": {
    "0, 0": {
    "Buildings": {
    "Action": "CraftingStation KitchenCounter"
    }
    }
    }
                }
    ]
        },
    // Multifunctional Stove
    {
            "$ItemType": "Furniture",
            "ID": "Decoration3",
            "Type": "Decoration",
    "Configurations": [
                {
    "Texture": "Assets/CuteDecoration1.png:2",
    "DisplaySize": { "X": 1, "Y": 3 }, 
    "CollisionHeight": 1, 
    "TileProperties": {
    "0, 0": {
    "Buildings": {
    "Action": "CraftingStation InductionOven"
    }
    }
    }
                }
    ]
        },
    // Lovely Little Refrigerator
    {
            "$ItemType": "Furniture",
            "ID": "Decoration4",
            "Type": "Decoration",
    "Configurations": [
                {
    "Texture": "Assets/CuteDecoration2.png:0",
    "DisplaySize": { "X": 2, "Y": 3 }, 
    "CollisionHeight": 1, 
    "TileProperties": {
    "0, 0": {
    "Buildings": {
    "Action": "CraftingStation SnackBar"
    }
    },
    "1, 0": {
    "Buildings": {
    "Action": "CraftingStation SnackBar"
    }
    },
    }
                }
    ]
        },
    // Oversized Cupboard
    {
            "$ItemType": "Furniture",
            "ID": "Decoration5",
            "Type": "Decoration",
    "Configurations": [
                {
    "Texture": "Assets/CuteDecoration2.png:1",
    "DisplaySize": { "X": 2, "Y": 3 }, 
    "CollisionHeight": 1, 
                }
    ]
        },
    // Combined Cupboard (countertops)
    {
            "$ItemType": "Furniture",
            "ID": "Decoration6",
            "Type": "Decoration",
    "Configurations": [
                {
    "Texture": "Assets/CuteDecoration2.png:2",
    "DisplaySize": { "X": 2, "Y": 3 }, 
    "CollisionHeight": 1, 
    "TileProperties": {
    "0, 0": {
    "Buildings": {
    "Action": "CraftingStation KitchenCounter"
    }
    },
    "1, 0": {
    "Buildings": {
    "Action": "CraftingStation DessertStation"
    }
    }
    }
                }
    ]
        },
    // Lovely Chair
    {
            "$ItemType": "Furniture",
            "ID": "Decoration7",
            "Type": "Decoration",
            "Configurations": [
                {
                    "Texture": "Assets/CuteDecoration3.png:0",
                    "FrontTexture": "Assets/CuteDecoration3.png:3",
                    "DisplaySize": { "X": 1, "Y": 2 },
                    "CollisionHeight": 1,
                    "Flipped": false,
                    "Seats": [ { "X": 0, "Y": 0 } ],
                    "SittingDirection": "Down"
                },
                {
                    "Texture": "Assets/CuteDecoration3.png:1",
                    "FrontTexture": "Assets/CuteDecoration3.png:3",
                    "DisplaySize": { "X": 1, "Y": 2 },
                    "CollisionHeight": 1,
                    "Flipped": false,
                    "Seats": [ { "X": 0, "Y": 0 } ],
                    "SittingDirection": "Right"
                },
                {
                     "Texture": "Assets/CuteDecoration3.png:2",
                    "FrontTexture": "Assets/CuteDecoration3.png:2",
                    "DisplaySize": { "X": 1, "Y": 2 },
                    "CollisionHeight": 1,
                    "Flipped": false,
                    "Seats": [ { "X": 0, "Y": 0 } ],
                    "SittingDirection": "Up"
                },
                {
                   "Texture": "Assets/CuteDecoration3.png:1",
                    "FrontTexture": "Assets/CuteDecoration3.png:3",
                    "DisplaySize": { "X": 1, "Y": 2 },
                    "CollisionHeight": 1,
                    "Flipped": true,
                    "Seats": [ { "X": 0, "Y": 0 } ],
                    "SittingDirection": "Left"
                }
            ]
        },
    // Lovely Table
    {
            "$ItemType": "Furniture",
            "ID": "Decoration8",
            "Type": "Decoration",
    "Configurations": [
                {
    "Texture": "Assets/CuteDecoration4.png:0",
    "DisplaySize": { "X": 2, "Y": 4 }, 
    "CollisionHeight": 2, 
                }
    ]
        },
    // Cleaning Combination (broom and dustpan)
    {
            "$ItemType": "Furniture",
            "ID": "Painting1",
            "Type": "Painting",
    "Configurations": [
                {
    "Texture": "Assets/CutePainting1.png:0",
    "DisplaySize": { "X": 1, "Y": 3 }, 
    "CollisionHeight": 3, 
                }
    ]
        },
    // Vermicelli Plush Carpet
    {
             "$ItemType": "Furniture",
            "ID": "Rug1",
            "Type": "Rug",
            "Configurations": [
                {
                    "Texture": "Assets/CuteRug1.png:0",
                    "DisplaySize": { "X": 6, "Y": 4 },
                    "CollisionHeight": 4
                }
    ]
        }
    ]

    1. Kyuya258369
      Kyuya258369
      • premium
      • 1,001 kudos
      You are so enthusiastic! I'm still trying to figure out the functions of [CCS] kitchen station set and Custom Crafting Stations and how to write their contents. I'll upload one myself in a while: D
  7. pittayakuma
    pittayakuma
    • member
    • 3 kudos
    i love it XD
    modomodo
  8. ElaBella
    ElaBella
    • supporter
    • 0 kudos
    this is so cute!!!

    is it just furniture or does it also actually serve as a functioning kitchen?
    1. fuwuffy
      fuwuffy
      • supporter
      • 5 kudos
      just decoration, unfortunately :' )