Deco_Scarecrow
Server/Item/Items/Deco/Deco_Scarecrow.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
Scale | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Scarecrow.name"
},
"ItemLevel": 1,
"Icon": "Icons/ItemsGenerated/Deco_Scarecrow.png",
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"TimeSeconds": 1,
"Input": [
{
"ResourceTypeId": "Wood_All",
"Quantity": 3
},
{
"ItemId": "Ingredient_Tree_Sap",
"Quantity": 3
},
{
"ItemId": "Plant_Crop_Pumpkin_Item",
"Quantity": 1
},
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 10
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Farming/Scarecrow.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Farming/Scarecrow_Texture.png"
}
],
"HitboxType": "Scarecrow",
"VariantRotation": "NESW",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.37,
"Translation": [
0,
-37.1
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Deco"
]
},
"Scale": 0.6,
"ItemSoundSetId": "ISS_Blocks_Wood"
}