Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Wood / Softwood / Wood_Softwood_Planks_Half.json

Wood_Softwood_Planks_Half

Server/Item/Items/Wood/Softwood/Wood_Softwood_Planks_Half.json, 3.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Softwood_Planks_Half.name"
  },
  "ItemLevel": 15,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Wood_Softwood_Planks_Half.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "BlockSets",
  "FuelQuality": 3.0,
  "PlayerAnimationsId": "Block",
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Parent": "Half_Block",
          "Matchers": [
            {
              "Block": {
                "Id": "Wood_Softwood_Planks_Half",
                "State": "default"
              },
              "Face": "Up",
              "StaticFace": false
            }
          ]
        }
      ],
      "Cooldown": {
        "Id": "BlockInteraction",
        "Cooldown": 0.3,
        "ClickBypass": true
      },
      "Settings": {
        "Creative": {
          "AllowSkipChainOnClick": true
        }
      }
    }
  },
  "Set": "Wood_Softwood_Planks",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Softwood",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "HalfSlab"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Structures/Base_Shapes/HalfBlock.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Wood_Softwood_Planks_Top.png",
        "Weight": 1
      }
    ],
    "Group": "Wood",
    "HitboxType": "Block_Half",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "VariantRotation": "DoublePipe",
    "BlockParticleSetId": "Wood",
    "Supporting": {
      "Down": [
        {}
      ]
    },
    "ParticleColor": "#65482d",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "State": {
      "Definitions": {
        "Block": {
          "Material": "Solid",
          "DrawType": "Cube",
          "HitboxType": "Full",
          "Textures": [
            {
              "All": "BlockTextures/Wood_Softwood_Planks_Top.png",
              "Weight": 1
            }
          ],
          "Gathering": {
            "Breaking": {
              "GatherType": "Woods",
              "DropList": {
                "Container": {
                  "Type": "Single",
                  "Item": {
                    "ItemId": "Wood_Softwood_Planks_Half",
                    "QuantityMax": 2,
                    "QuantityMin": 2
                  }
                }
              }
            }
          },
          "Supporting": {
            "BlockSides": [
              {}
            ]
          }
        }
      }
    },
    "TextureComputedColor": "#734B2D"
  },
  "ResourceTypes": [
    {
      "Id": "Wood_Planks"
    },
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    },
    {
      "Id": "Wood_All"
    }
  ],
  "Tags": {
    "Type": [
      "Wood"
    ],
    "SubType": [
      "Planks"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}