Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Furniture / Jungle / Unique / Furniture_Jungle_Planter.json

Furniture_Jungle_Planter

Server/Item/Items/Furniture/Jungle/Unique/Furniture_Jungle_Planter.json, 2.0 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
Recipeobject
Iconstring
IconPropertiesobject
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
ItemSoundSetIdstring
ItemLevelnumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Jungle_Planter.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Set": "Furniture_Jungle",
  "Recipe": {
    "TimeSeconds": 2,
    "Input": [
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 20
      },
      {
        "ResourceTypeId": "Soils",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 10
      },
      {
        "ItemId": "Wood_Bamboo_Trunk",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Planters"
        ],
        "RequiredTierLevel": 8
      }
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Jungle_Planter.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.49,
    "Translation": [
      0,
      -13.5
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Jungle/Planter.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Jungle/Planter_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#bd9c60",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {}
      ]
    },
    "TextureComputedColor": "#A68146"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Jungle"
    ],
    "SubType": [
      "Planter"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "ItemLevel": 4
}