Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Plant / Plant_Vine.json

Plant_Vine

Server/Item/Items/Plant/Plant_Vine.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Interactionsobject
Recipeobject
BlockTypeobject
PlayerAnimationsIdstring
Categoriesarray[1]
Tagsobject
ItemSoundSetIdstring
ItemLevelnumber

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
}