Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Ingredient / Ingredient_Spices.json

Ingredient_Spices

Server/Item/Items/Ingredient/Ingredient_Spices.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
ResourceTypesarray[1]
Qualitystring
Consumableboolean
Interactionsobject
BlockTypeobject
Scalenumber
IconPropertiesobject
Recipeobject
MaxStacknumber
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Spices.name"
  },
  "Parent": "Template_Food",
  "Icon": "Icons/ItemsGenerated/Food_Spices.png",
  "ResourceTypes": [
    {
      "Id": "Foods"
    }
  ],
  "Quality": "Common",
  "Consumable": false,
  "Interactions": {},
  "BlockType": {
    "Material": "Empty",
    "DrawType": "Model",
    "CustomModel": "Items/Ingredients/Spice.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Ingredients/Spice_Texture.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#5c3d21",
    "TextureComputedColor": "#543A20"
  },
  "Scale": 1,
  "IconProperties": {
    "Scale": 0.8,
    "Rotation": [
      5,
      77,
      22.5
    ],
    "Translation": [
      0,
      -10
    ]
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Vegetables",
        "Quantity": 1
      },
      {
        "ResourceTypeId": "Flowers",
        "Quantity": 5
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Cookingbench",
        "Type": "Crafting",
        "Categories": [
          "Ingredients"
        ]
      }
    ],
    "TimeSeconds": 1
  },
  "MaxStack": 25,
  "DropOnDeath": true
}