Plant_Vine_Wall
Server/Item/Items/Plant/Plant_Vine_Wall.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Recipe | object |
BlockType | object |
Icon | string |
IconProperties | object |
Tags | object |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Vine_Wall.name"
},
"Parent": "Plant_Vine",
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 1
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
]
},
"BlockType": {
"CustomModel": "Blocks/Foliage/Plants/Ivy.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Ivy_Textures/default.png",
"Weight": 1
}
],
"Material": "Empty",
"TextureComputedColor": "#2F6326"
},
"Icon": "Icons/ItemsGenerated/Plant_Vine_Ivy.png",
"IconProperties": {
"Scale": 0.545,
"Translation": [
10.3,
-10.1
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Vine"
]
},
"ItemLevel": 41
}