Plant_Vine
Server/Item/Items/Plant/Plant_Vine.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Interactions | object |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
Categories | array[1] |
Tags | object |
ItemSoundSetId | string |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Vine.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Ivy_Wall.png",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 1
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
]
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Foliage/Plants/Wall_Leaves.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Wall_Leaves_default.png",
"Weight": 1
}
],
"VariantRotation": "NESW",
"Opacity": "Transparent",
"Flags": {},
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Fiber"
},
"UseDefaultDropWhenPlaced": true
},
"Support": {
"North": [
{
"FaceType": "Full"
}
],
"Up": [
{
"TagId": "Family=Vine"
}
]
},
"HitboxType": "Ladder",
"BlockParticleSetId": "Leaves",
"MovementSettings": {
"IsClimbable": true
},
"BlockSoundSetId": "Plant",
"PhysicalMaterialId": "Foliage",
"ParticleColor": "#245820",
"TextureComputedColor": "#215322"
},
"PlayerAnimationsId": "Item",
"Categories": [
"Blocks.Plants"
],
"Tags": {
"Type": [
"Plant"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"ItemLevel": 40
}