Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Soil / Soil_Pathway_Half.json

Soil_Pathway_Half

Server/Item/Items/Soil/Soil_Pathway_Half.json, 2.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Pathway_Half.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Soil_Pathway_Half.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": 2,
    "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/HalfBlock.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Soil_Pathway.png",
        "Weight": 1
      }
    ],
    "Group": "Dirt",
    "HitboxType": "Block_Half",
    "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
            }
          ],
          "Supporting": {
            "BlockSides": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Soils",
              "DropList": {
                "Container": {
                  "Type": "Single",
                  "Item": {
                    "ItemId": "Soil_Pathway_Half",
                    "QuantityMax": 2,
                    "QuantityMin": 2
                  }
                }
              }
            }
          }
        }
      }
    },
    "TextureComputedColor": "#805D2B"
  },
  "Tags": {
    "Type": [
      "Soil"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft"
}