Versions / 0.5.3 / Item / Items / Furniture / Temple_Emerald / Unique / Furniture_Temple_Emerald_Chest_Large.json
Furniture_Temple_Emerald_Chest_Large
Server/Item/Items/Furniture/Temple_Emerald/Unique/Furniture_Temple_Emerald_Chest_Large.json, 2.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
IconProperties | object |
BlockType | object |
Icon | string |
Tags | object |
Scale | number |
Variant | boolean |
ItemSoundSetId | string |
MaxStack | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Emerald_Chest_Large.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Containers"
],
"Set": "Furniture_Feran",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.5,
"Translation": [
13,
-9
]
},
"BlockType": {
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"CustomModel": "Blocks/Decorative_Sets/Temple_Emerald/Chest.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Emerald/Chest_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {
"IsUsable": true
},
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Furniture_Temple_Emerald_Chest_Small",
"QuantityMin": 2,
"QuantityMax": 2
}
}
}
}
},
"HitboxType": "Chest_Large",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#c7b885",
"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": 36
}
}
},
"Supporting": {
"Up": [
{
"FaceType": "Full"
}
]
},
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "NESW",
"InteractionHint": "server.interactionHints.openDoor",
"Interactions": {
"Use": "Open_Container"
},
"TextureComputedColor": "#817246"
},
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Emerald_Chest_Large.png",
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"Scale": 0.6,
"Variant": true,
"ItemSoundSetId": "ISS_Blocks_Stone",
"MaxStack": 25
}