Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Soil / Soil_Pathway.json

Soil_Pathway

Server/Item/Items/Soil/Soil_Pathway.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Pathway.name"
  },
  "ItemLevel": 11,
  "Icon": "Icons/ItemsGenerated/Soil_Pathway.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "GrassAndDirt",
  "PlayerAnimationsId": "Block",
  "Set": "Soil",
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ResourceTypeId": "Soils",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Dirt",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils",
        "ItemId": "Soil_Dirt"
      }
    },
    "BlockParticleSetId": "Dirt",
    "Textures": [
      {
        "All": "BlockTextures/Soil_Pathway.png",
        "Weight": 1
      },
      {
        "All": "BlockTextures/Soil_Pathway_02.png",
        "Weight": 1
      },
      {
        "All": "BlockTextures/Soil_Pathway_03.png",
        "Weight": 2
      }
    ],
    "ParticleColor": "#835c31",
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "TransitionTexture": "BlockTextures/Transition_Soil_Pathway.png",
    "TransitionToGroups": [
      "Dirt",
      "Stone"
    ],
    "TextureComputedColor": "#805D2B"
  },
  "Tags": {
    "Type": [
      "Soil"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}