Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Ingredient / Ingredient_Flour.json

Ingredient_Flour

Server/Item/Items/Ingredient/Ingredient_Flour.json, 1.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Flour.name"
  },
  "Parent": "Template_Food",
  "Icon": "Icons/ItemsGenerated/Food_Flour.png",
  "ResourceTypes": [
    {
      "Id": "Foods"
    }
  ],
  "Quality": "Common",
  "Consumable": false,
  "Interactions": {},
  "BlockType": {
    "Material": "Empty",
    "DrawType": "Model",
    "CustomModel": "Items/Tools/Feedbag/Feedbag.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Tools/Feedbag/Flourbag_Texture.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#ba8149",
    "TextureComputedColor": "#95623A"
  },
  "Scale": 1,
  "IconProperties": {
    "Scale": 0.6,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -15
    ]
  },
  "MaxStack": 25,
  "Recipe": {
    "Input": [
      {
        "ItemId": "Plant_Crop_Wheat_Item",
        "Quantity": 10
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Cookingbench",
        "Type": "Crafting",
        "Categories": [
          "Ingredients"
        ]
      }
    ],
    "TimeSeconds": 1
  },
  "DropOnDeath": true
}