Versions / 0.5.3 / Item / Items / Furniture / Temple_Light / Furniture_Temple_Light_Chest_Small.json
Furniture_Temple_Light_Chest_Small
Server/Item/Items/Furniture/Temple_Light/Furniture_Temple_Light_Chest_Small.json, 2.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Recipe | object |
Icon | string |
BlockType | object |
Tags | object |
IconProperties | object |
ItemSoundSetId | string |
ItemLevel | number |
MaxStack | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Light_Chest_Small.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Containers"
],
"Set": "Furniture_Temple_Light",
"Recipe": {
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Rock_Marble",
"Quantity": 3
},
{
"Quantity": 1,
"ResourceTypeId": "Rock_Shale"
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Storage"
]
}
],
"RequiredMemoriesLevel": 4
},
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Light_Chest_Small.png",
"BlockType": {
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"CustomModel": "Blocks/Decorative_Sets/Temple_Light/Chest_Small.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Light/Chest_Small_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {
"IsUsable": true
},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Material": "Solid",
"Opacity": "Transparent",
"ConnectedBlockRuleSet": {
"Type": "CustomTemplate",
"TemplateShapeAssetId": "ChestConnectedBlockTemplate",
"TemplateShapeBlockPatterns": {
"Default": "Furniture_Temple_Light_Chest_Small",
"Double": "Furniture_Temple_Light_Chest_Large"
}
},
"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": "#D3D5D6"
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"IconProperties": {
"Scale": 0.55,
"Translation": [
0,
-15
],
"Rotation": [
22.5,
45,
22.5
]
},
"ItemSoundSetId": "ISS_Blocks_Stone",
"ItemLevel": 16,
"MaxStack": 25
}