Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Soil / Dirt / Soil_Dirt_Cold.json

Soil_Dirt_Cold

Server/Item/Items/Soil/Dirt/Soil_Dirt_Cold.json, 971 B

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Parentstring
Iconstring
Recipeobject
BlockTypeobject
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Dirt_Cold.name"
  },
  "ItemLevel": 11,
  "Parent": "Template_Soil",
  "Icon": "Icons/ItemsGenerated/Soil_Dirt_Cold.png",
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ResourceTypeId": "Soils",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ]
  },
  "BlockType": {
    "Textures": [
      {
        "All": "BlockTextures/Soil_Dirt_Cold.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#494239",
    "TransitionTexture": "BlockTextures/Transition_Soil_Dirt_Winter.png",
    "TextureComputedColor": "#4A433A"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Dirt"
    ],
    "Spreadable": [
      "Grass_Cold"
    ]
  }
}