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.
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
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
12 comments
?[
// 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
}
]
}
]
modomodo
is it just furniture or does it also actually serve as a functioning kitchen?