Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Wood / Cedar / Wood_Cedar_Trunk_Stairs.json

Wood_Cedar_Trunk_Stairs

Server/Item/Items/Wood/Cedar/Wood_Cedar_Trunk_Stairs.json, 3.9 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Cedar_Trunk_Stairs.name"
  },
  "Icon": "Icons/ItemsGenerated/Wood_Cedar_Trunk_Stairs.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "Trees",
  "Set": "Wood_Cedar",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Wood_Cedar_Trunk",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Stairs"
        ],
        "Set": "Wood_Cedar"
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Wood_Trunk_Cedar_Full.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Wood_Cedar_Trunk_Stairs",
        "GatherType": "Woods"
      }
    },
    "ParticleColor": "#784725",
    "State": {
      "Definitions": {
        "Corner_Right": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Corner_Right_SimpleUV.blockymodel",
          "HitboxType": "Stairs_Corner_Right",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          },
          "CustomModelTexture": [
            {
              "Texture": "BlockTextures/Wood_Trunk_Cedar_Full.png",
              "Weight": 1
            }
          ]
        },
        "Inverted_Corner_Right": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Inverted_Corner_Right_SimpleUV.blockymodel",
          "HitboxType": "Stairs_Inverted_Corner_Right",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ],
            "North": [
              {}
            ],
            "East": [
              {}
            ]
          },
          "CustomModelTexture": [
            {
              "Texture": "BlockTextures/Wood_Trunk_Cedar_Full.png",
              "Weight": 1
            }
          ]
        },
        "Corner_Left": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Corner_Left_SimpleUV.blockymodel",
          "HitboxType": "Stairs_Corner_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          },
          "CustomModelTexture": [
            {
              "Texture": "BlockTextures/Wood_Trunk_Cedar_Full.png",
              "Weight": 1
            }
          ]
        },
        "Inverted_Corner_Left": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Inverted_Corner_Left_SimpleUV.blockymodel",
          "HitboxType": "Stairs_Inverted_Corner_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ],
            "North": [
              {}
            ],
            "West": [
              {}
            ]
          },
          "CustomModelTexture": [
            {
              "Texture": "BlockTextures/Wood_Trunk_Cedar_Full.png",
              "Weight": 1
            }
          ]
        }
      }
    },
    "ConnectedBlockRuleSet": {
      "Type": "Stair",
      "Corner_Left": {
        "State": "Corner_Left"
      },
      "Corner_Right": {
        "State": "Corner_Right"
      },
      "Inverted_Corner_Left": {
        "State": "Inverted_Corner_Left"
      },
      "Inverted_Corner_Right": {
        "State": "Inverted_Corner_Right"
      },
      "Straight": {
        "State": "default"
      }
    },
    "TextureComputedColor": "#6B4024"
  },
  "Tags": {
    "Type": [
      "Wood"
    ],
    "Family": [
      "Cedar"
    ]
  },
  "Parent": "Rock_Stone_Stairs",
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}