Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Rock / Peach / Rock_Peach_Brick_Wall.json

Rock_Peach_Brick_Wall

Server/Item/Items/Rock/Peach/Rock_Peach_Brick_Wall.json, 2.5 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Parentstring
Recipeobject
BlockTypeobject
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Peachstone_Brick_Wall.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Peachstone_Brick_Wall.png",
  "Set": "Rock_Peach",
  "Parent": "Rock_Stone_Brick_Wall",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Peach_Brick",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Stairs"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModel": "Blocks/Structures/Fences/Dev_Fence.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Fences/Dev_Fence_Texture/Peachstone_Brick.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#cd835a",
    "State": {
      "Definitions": {
        "Corner": {
          "CustomModel": "Blocks/Structures/Fences/Dev_Fence_Corner.blockymodel",
          "HitboxType": "Fence_Corner",
          "Gathering": {
            "Breaking": {
              "ItemId": "Rock_Peach_Brick_Wall",
              "GatherType": "Woods"
            }
          },
          "FlipType": "OrthogonalInverse"
        },
        "T": {
          "CustomModel": "Blocks/Structures/Fences/Dev_Fence_T.blockymodel",
          "HitboxType": "Fence",
          "Gathering": {
            "Breaking": {
              "ItemId": "Rock_Peach_Brick_Wall",
              "GatherType": "Woods"
            }
          },
          "FlipType": "Symmetric"
        },
        "Cross": {
          "CustomModel": "Blocks/Structures/Fences/Dev_Fence_Cross.blockymodel",
          "HitboxType": "Fence",
          "Gathering": {
            "Breaking": {
              "ItemId": "Rock_Peach_Brick_Wall",
              "GatherType": "Woods"
            }
          }
        }
      }
    },
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeBlockPatterns": {
        "Corner": "*Rock_Peach_Brick_Wall_State_Definitions_Corner",
        "Straight": "Rock_Peach_Brick_Wall",
        "T_Junction": "*Rock_Peach_Brick_Wall_State_Definitions_T",
        "Cross_Junction": "*Rock_Peach_Brick_Wall_State_Definitions_Cross"
      },
      "TemplateShapeAssetId": "WallConnectedBlockTemplate"
    },
    "TextureComputedColor": "#CA8158"
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}