Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Wood / Maple / Wood_Maple_Trunk_Half.json

Wood_Maple_Trunk_Half

Server/Item/Items/Wood/Maple/Wood_Maple_Trunk_Half.json, 2.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Maple_Trunk_Half.name"
  },
  "Icon": "Icons/ItemsGenerated/Wood_Maple_Trunk_Half.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "Trees",
  "Set": "Wood_Maple",
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Parent": "Half_Block",
          "Matchers": [
            {
              "Block": {
                "Id": "Wood_Maple_Trunk_Half",
                "State": "default"
              },
              "Face": "Up",
              "StaticFace": false
            }
          ]
        }
      ],
      "Cooldown": {
        "Id": "BlockInteraction",
        "Cooldown": 0.3,
        "ClickBypass": true
      },
      "Settings": {
        "Creative": {
          "AllowSkipChainOnClick": true
        }
      }
    }
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Wood_Maple_Trunk",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "HalfSlab"
        ],
        "Set": "Wood_Maple"
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Wood_Trunk_CrimsonMaple_Full.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Wood_Maple_Trunk_Half",
        "GatherType": "Woods"
      }
    },
    "State": {
      "Definitions": {
        "Block": {
          "Material": "Solid",
          "DrawType": "Cube",
          "HitboxType": "Full",
          "Textures": [
            {
              "All": "BlockTextures/Wood_Trunk_CrimsonMaple_Full.png",
              "Weight": 1
            }
          ],
          "Supporting": {
            "BlockSides": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Woods",
              "DropList": {
                "Container": {
                  "Type": "Single",
                  "Item": {
                    "ItemId": "Wood_Maple_Trunk_Half",
                    "QuantityMax": 2,
                    "QuantityMin": 2
                  }
                }
              }
            }
          }
        }
      }
    },
    "ParticleColor": "#704f4f",
    "TextureComputedColor": "#5C4140"
  },
  "Tags": {
    "Type": [
      "Wood"
    ],
    "Family": [
      "Maple"
    ]
  },
  "Parent": "Rock_Stone_Half",
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}