Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Deco / Ingredient_Hay.json

Ingredient_Hay

Server/Item/Items/Deco/Ingredient_Hay.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
ItemLevelnumber
Categoriesarray[1]
Recipeobject
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Hay.name"
  },
  "Icon": "Icons/ItemsGenerated/Deco_Hay.png",
  "ItemLevel": 2,
  "Categories": [
    "Blocks.Deco"
  ],
  "Recipe": {
    "TimeSeconds": 1,
    "Input": [
      {
        "ItemId": "Deco_Rope",
        "Quantity": 1
      },
      {
        "ItemId": "Plant_Crop_Wheat_Item",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Flags": {},
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Grass",
    "Textures": [
      {
        "Weight": 1,
        "Sides": "BlockTextures/Deco_Hay_Side.png",
        "UpDown": "BlockTextures/Deco_Hay_Top.png"
      }
    ],
    "BlockSoundSetId": "LeavesGround",
    "PhysicalMaterialId": "Foliage",
    "ParticleColor": "#e7bf74",
    "TextureComputedColor": "#DDAC63"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  }
}