Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Plant / Plant_Lavender_Block.json

Plant_Lavender_Block

Server/Item/Items/Plant/Plant_Lavender_Block.json, 1.9 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Lavender_Stage_0.name"
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Resources/Plants/Seeds.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Plants/Seeds_Textures/SmallBlack.png",
        "Weight": 1
      }
    ],
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep90",
    "State": {
      "Definitions": {}
    },
    "Farming": {
      "Stages": {
        "Default": [
          {
            "Duration": {
              "Min": 20700,
              "Max": 41400
            },
            "Type": "BlockState",
            "State": "default"
          },
          {
            "Block": "Plant_Flower_Tall_Purple",
            "Type": "BlockType"
          }
        ]
      },
      "StartingStageSet": "Default"
    },
    "Gathering": {
      "Soft": {
        "ItemId": "Ingredient_Fibre"
      }
    },
    "Support": {
      "Down": [
        {
          "TagId": "Type=Soil"
        }
      ]
    },
    "Material": "Empty",
    "HitboxType": "Plant_Seed",
    "BlockParticleSetId": "Dust",
    "CustomModelScale": 0.9,
    "BlockSoundSetId": "Seeds",
    "PhysicalMaterialId": "Foliage",
    "ParticleColor": "#493b2e",
    "BlockEntity": {
      "Components": {
        "FarmingBlock": {}
      }
    },
    "TextureComputedColor": "#554529"
  },
  "PlayerAnimationsId": "Item",
  "Categories": [
    "Blocks.Plants"
  ],
  "IconProperties": {
    "Scale": 1.085,
    "Translation": [
      0,
      -4.2
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Carrot_Stage_0.png",
  "Tags": {
    "Type": [
      "Plant"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}