Furniture_Temple_Light_Table
Server/Item/Items/Furniture/Temple_Light/Furniture_Temple_Light_Table.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
IconProperties | object |
Interactions | object |
Recipe | object |
BlockType | object |
Tags | object |
Scale | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Light_Table.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Furniture"
],
"Set": "Furniture_Temple_Light",
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Light_Table.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.34,
"Translation": [
-22,
-20
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Marble",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Table"
]
}
]
},
"BlockType": {
"BlockParticleSetId": "Stone",
"CustomModel": "Blocks/Decorative_Sets/Temple_Light/Table.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Light/Table_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Group": "Stone",
"HitboxType": "Table",
"Material": "Solid",
"Opacity": "Transparent",
"Supporting": {
"Up": [
{}
]
},
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"VariantRotation": "NESW",
"TextureComputedColor": "#AEB0B1"
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"Scale": 0.6,
"ItemSoundSetId": "ISS_Blocks_Wood"
}