Versions / 0.6.0-pre.7 / Item / Items / Furniture / Christmas / Furniture_Christmas_Chest_Small_RedDotted.json
Furniture_Christmas_Chest_Small_RedDotted
Server/Item/Items/Furniture/Christmas/Furniture_Christmas_Chest_Small_RedDotted.json, 2.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Recipe | object |
Icon | string |
IconProperties | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
MaxStack | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Christmas_Chest_Small_RedDotted.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Containers"
],
"Set": "Furniture_Christmas",
"Recipe": {
"Input": [
{
"ItemId": "Plant_Petals_Red",
"Quantity": 2
},
{
"ItemId": "Plant_Petals_Yellow",
"Quantity": 1
},
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 1
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Seasonal"
]
}
]
},
"Icon": "Icons/ItemsGenerated/Furniture_Christmas_Chest_Small_RedDotted.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.55,
"Translation": [
0,
-15
]
},
"BlockType": {
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Cloth",
"PhysicalMaterialId": "Wool",
"CustomModel": "Blocks/Decorative_Sets/Christmas/Chest_Small.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Christmas/Chest_Small_Textures/RedDotted.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {
"IsUsable": true
},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#63412c",
"State": {
"Definitions": {
"CloseWindow": {
"InteractionSoundEventId": "SFX_Chest_Wooden_Close",
"CustomModelAnimation": "Blocks/Animations/Chest/Chest_Close.blockyanim"
},
"OpenWindow": {
"InteractionSoundEventId": "SFX_Chest_Wooden_Open",
"CustomModelAnimation": "Blocks/Animations/Chest/Chest_Open.blockyanim"
}
}
},
"BlockEntity": {
"Components": {
"ItemContainerBlock": {
"Capacity": 18
}
}
},
"Supporting": {
"Up": [
{
"FaceType": "Full"
}
]
},
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "NESW",
"InteractionHint": "server.interactionHints.openDoor",
"Interactions": {
"Use": "Open_Container"
},
"TextureComputedColor": "#842513"
},
"Tags": {
"Type": [
"Furniture"
]
},
"ItemSoundSetId": "ISS_Items_Cloth",
"MaxStack": 25
}