Ingredient_Hay
Server/Item/Items/Deco/Ingredient_Hay.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
ItemLevel | number |
Categories | array[1] |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Hay.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Hay.png",
"ItemLevel": 2,
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"TimeSeconds": 1,
"Input": [
{
"ItemId": "Deco_Rope",
"Quantity": 1
},
{
"ItemId": "Plant_Crop_Wheat_Item",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Flags": {},
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Grass",
"Textures": [
{
"Weight": 1,
"Sides": "BlockTextures/Deco_Hay_Side.png",
"UpDown": "BlockTextures/Deco_Hay_Top.png"
}
],
"BlockSoundSetId": "LeavesGround",
"PhysicalMaterialId": "Foliage",
"ParticleColor": "#e7bf74",
"TextureComputedColor": "#DDAC63"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Ingredient"
]
}
}