Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Plant / Plant_Vine_Wall_Dry.json

Plant_Vine_Wall_Dry

Server/Item/Items/Plant/Plant_Vine_Wall_Dry.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Recipeobject
BlockTypeobject
Iconstring
IconPropertiesobject
Tagsobject
ItemLevelnumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Vine_Wall_Dry.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/Vine.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Vine_Dry.png",
        "Weight": 1
      }
    ],
    "Group": "Plant",
    "BlockParticleSetId": "Grass",
    "ParticleColor": "#7f8027",
    "TextureComputedColor": "#827E27"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Vine_Dry.png",
  "IconProperties": {
    "Scale": 0.755,
    "Translation": [
      10.3,
      -21.5
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Vine"
    ]
  },
  "ItemLevel": 41
}