Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / Soil / Soil_Pathway_ThreeQuarter.json

Soil_Pathway_ThreeQuarter

Server/Item/Items/Soil/Soil_Pathway_ThreeQuarter.json, 2.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Pathway_ThreeQuarter.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Soil_Pathway_ThreeQuarter.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "GrassAndDirt",
  "Set": "Soil_Half",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Soil_Pathway",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "Crafting",
        "Categories": [
          "Structural-Rock"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 2
  },
  "PlayerAnimationsId": "Block",
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Parent": "Half_Block",
          "Matchers": [
            {
              "Block": {
                "Id": "Soil_Pathway_Half",
                "State": "default"
              },
              "Face": "Up",
              "StaticFace": false
            }
          ]
        }
      ],
      "Cooldown": {
        "Id": "BlockInteraction",
        "Cooldown": 0.3,
        "ClickBypass": true
      },
      "Settings": {
        "Creative": {
          "AllowSkipChainOnClick": true
        }
      }
    }
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Structures/Base_Shapes/ThreeQuarterBlock.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Soil_Pathway.png",
        "Weight": 1
      }
    ],
    "Group": "Dirt",
    "HitboxType": "Block_Three_Quarter",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "VariantRotation": "DoublePipe",
    "BlockParticleSetId": "Dirt",
    "Supporting": {
      "Down": [
        {}
      ]
    },
    "ParticleColor": "#835c31",
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "State": {
      "Definitions": {
        "Block": {
          "Material": "Solid",
          "DrawType": "Cube",
          "HitboxType": "Full",
          "Textures": [
            {
              "All": "BlockTextures/Soil_Pathway.png",
              "Weight": 1
            }
          ]
        }
      }
    },
    "TextureComputedColor": "#805D2B"
  },
  "Tags": {
    "Type": [
      "Soil"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft"
}