Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Rock / Peach / Rock_Peach_Cobble_Stairs.json

Rock_Peach_Cobble_Stairs

Server/Item/Items/Rock/Peach/Rock_Peach_Cobble_Stairs.json, 3.0 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Parentstring
Recipeobject
BlockTypeobject
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Peachstone_Cobble_Stairs.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Peachstone_Cobble_Stairs.png",
  "Set": "Rock_Peach",
  "Parent": "Rock_Stone_Cobble_Stairs",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Peach",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Stairs"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Stairs/Stairs_Textures/Peachstone_Cobble.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#ecb489",
    "State": {
      "Definitions": {
        "Corner_Right": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Corner_Right.blockymodel",
          "HitboxType": "Stairs_Corner_Right",
          "FlipType": "OrthogonalInverse",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Inverted_Corner_Right": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Inverted_Corner_Right.blockymodel",
          "HitboxType": "Stairs_Inverted_Corner_Right",
          "FlipType": "OrthogonalInverse",
          "Supporting": {
            "Down": [
              {}
            ],
            "North": [
              {}
            ],
            "East": [
              {}
            ]
          }
        },
        "Corner_Left": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Corner_Left.blockymodel",
          "HitboxType": "Stairs_Corner_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Inverted_Corner_Left": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Inverted_Corner_Left.blockymodel",
          "HitboxType": "Stairs_Inverted_Corner_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ],
            "North": [
              {}
            ],
            "West": [
              {}
            ]
          }
        }
      }
    },
    "PlacementSettings": {
      "RotationMode": "StairFacingPlayer"
    },
    "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"
      }
    },
    "Supporting": {
      "Down": [
        {}
      ],
      "North": [
        {}
      ]
    },
    "TextureComputedColor": "#E8B38B"
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}