Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Plant / Plant_Seeds_Pine.json

Plant_Seeds_Pine

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

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seeds_Pine.name"
  },
  "Quality": "Junk",
  "Categories": [
    "Blocks.Plants"
  ],
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Resources/Ingredients/Cone.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Resources/Ingredients/Cone_Texture.png"
      }
    ],
    "Group": "Plant",
    "HitboxType": "Plant_Small",
    "CustomModelScale": 0.5,
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {},
      "Harvest": {
        "ItemId": "Plant_Seeds_Pine"
      }
    },
    "BlockParticleSetId": "Dust",
    "Flags": {
      "IsStackable": false
    },
    "ParticleColor": "#71431e",
    "TextureComputedColor": "#644723"
  },
  "PlayerAnimationsId": "Item",
  "Icon": "Icons/ItemsGenerated/Plant_Seeds_Pine.png",
  "IconProperties": {
    "Scale": 0.665,
    "Translation": [
      -2.9,
      -7.7
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Seeds"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}