Furniture_Village_Sign
Server/Item/Items/Furniture/Village/Furniture_Village_Sign.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
ResourceTypes | array[2] |
Tags | object |
IconProperties | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Village_Sign.name"
},
"Icon": "Icons/ItemsGenerated/Furniture_Village_Sign.png",
"Categories": [
"Furniture.Signs"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Hardwood"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Sign"
]
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Decorative_Sets/Village/Sign.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Decorative_Sets/Village/Sign_Texture.png"
}
],
"HitboxType": "Sign_Side",
"VariantRotation": "NESW",
"Gathering": {
"Soft": {
"IsWeaponBreakable": false
}
},
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"ParticleColor": "#5b3222"
},
"PlayerAnimationsId": "Block",
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Village"
]
},
"IconProperties": {
"Scale": 0.8,
"Translation": [
0,
-13.5
],
"Rotation": [
22.5,
45,
22.5
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}