Deco_Target
Server/Item/Items/Deco/Deco_Target.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Target.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Target.png",
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"TimeSeconds": 1,
"Input": [
{
"ItemId": "Ingredient_Fibre",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Workbench",
"Type": "Crafting",
"Categories": [
"Workbench_Tinkering"
]
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Miscellaneous/HayTarget.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Miscellaneous/HayTarget_Texture.png",
"Weight": 1
}
],
"Flags": {
"IsUsable": false,
"IsStackable": false
},
"RandomRotation": "None",
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Grass",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "NESW",
"ParticleColor": "#e7bf74"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.51,
"Translation": [
0,
-13.5
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}