Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Ingredient / Bar / Ingredient_Bar_Bronze.json

Ingredient_Bar_Bronze

Server/Item/Items/Ingredient/Bar/Ingredient_Bar_Bronze.json, 717 B

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
ResourceTypesarray[1]
Modelstring
Texturestring
Iconstring
PlayerAnimationsIdstring
IconPropertiesobject
Tagsobject
ItemEntityobject
ItemSoundSetIdstring
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Bar_Bronze.name"
  },
  "Categories": [
    "Items"
  ],
  "ResourceTypes": [
    {
      "Id": "Copper_Iron_Bar"
    }
  ],
  "Model": "Resources/Materials/Ingot.blockymodel",
  "Texture": "Resources/Materials/Ingot_Textures/Bronze.png",
  "Icon": "Icons/ItemsGenerated/Ingredient_Bar_Bronze.png",
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 1,
    "Translation": [
      0,
      -3
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Ingots",
  "DropOnDeath": true
}