Furniture_Lumberjack_Painting
Server/Item/Items/Furniture/Lumberjack/Furniture_Lumberjack_Painting.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
IconProperties | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Lumberjack_Painting.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Signs"
],
"Set": "Furniture_Lumberjack",
"Icon": "Icons/ItemsGenerated/Furniture_Lumberjack_Painting.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.68,
"Translation": [
8.5,
-19.700001
]
},
"BlockType": {
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Lumberjack/Painting.blockymodel",
"CustomModelScale": 1,
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Lumberjack/Painting_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Gathering": {
"Soft": {}
},
"HitboxType": "Painting",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#793e21",
"Support": {
"North": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "NESW"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Lumberjack"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}