Tinkering_Target_Dummy
Server/Item/Items/Deco/Tinkering_Target_Dummy.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Tinkering_Target_Dummy.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Dummy.png",
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"TimeSeconds": 1,
"Input": [
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 1
},
{
"ItemId": "Ingredient_Tree_Sap",
"Quantity": 3
},
{
"ItemId": "Ingredient_Stick",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Workbench",
"Categories": [
"Workbench_Tinkering"
]
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Miscellaneous/TrainingDummy.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Miscellaneous/TrainingDummy_Default.png",
"Weight": 1
}
],
"HitboxType": "Plant_Tall_Full",
"VariantRotation": "NESW",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"BlockSoundSetId": "Wood",
"ParticleColor": "#65482d",
"BlockParticleSetId": "Wood"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.47,
"Translation": [
0,
-29.3
],
"Rotation": [
22.5,
45,
22.5
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}