Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Ingredient / Ingredient_Dough.json

Ingredient_Dough

Server/Item/Items/Ingredient/Ingredient_Dough.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Dough.name"
  },
  "Parent": "Template_Food",
  "Icon": "Icons/ItemsGenerated/Food_Dough.png",
  "ResourceTypes": [
    {
      "Id": "Foods"
    }
  ],
  "Quality": "Common",
  "Consumable": false,
  "Interactions": {},
  "BlockType": {
    "Material": "Empty",
    "DrawType": "Model",
    "CustomModel": "Items/Ingredients/Dough.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Ingredients/Dough_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Food_Medium",
    "ParticleColor": "#f0ebc6",
    "CustomModelScale": 0.5,
    "TextureComputedColor": "#AFA37C"
  },
  "Scale": 1,
  "IconProperties": {
    "Scale": 0.7,
    "Rotation": [
      18,
      45,
      32
    ],
    "Translation": [
      1,
      -4
    ]
  },
  "MaxStack": 25,
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Flour",
        "Quantity": 1
      },
      {
        "ItemId": "Food_Egg",
        "Quantity": 2
      },
      {
        "ItemId": "*Deco_Tankard_State_Filled_Water"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Cookingbench",
        "Type": "Crafting",
        "Categories": [
          "Ingredients"
        ]
      }
    ],
    "TimeSeconds": 1,
    "Output": [
      {
        "ItemId": "Ingredient_Dough"
      },
      {
        "ItemId": "Deco_Tankard",
        "Quantity": 1
      }
    ]
  },
  "DropOnDeath": true
}