Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Soil / Soil_Needles.json

Soil_Needles

Server/Item/Items/Soil/Soil_Needles.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Needles.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Soil_Needles.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "GrassAndDirt",
  "Set": "Soil",
  "PlayerAnimationsId": "Block",
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ResourceTypeId": "Soils",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ],
        "Set": "Soil"
      }
    ],
    "OutputQuantity": 1
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Cover",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils",
        "ItemId": "Soil_Dirt"
      }
    },
    "BlockParticleSetId": "Dirt",
    "Textures": [
      {
        "All": "BlockTextures/Soil_Needles.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#594230",
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "TransitionTexture": "BlockTextures/Transition_Soil_Needles.png",
    "TransitionToGroups": [
      "Wood",
      "Stone",
      "Dirt",
      "Gravel",
      "Mud",
      "Grass",
      "LeavesGround"
    ],
    "TextureComputedColor": "#5F3A25"
  },
  "Tags": {
    "Type": [
      "Soil"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft"
}