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

Rock_Peach_Cobble_Beam

Server/Item/Items/Rock/Peach/Rock_Peach_Cobble_Beam.json, 1.0 KB

Fields

FieldType
TranslationPropertiesobject
Recipeobject
BlockTypeobject
Iconstring
IconPropertiesobject
Setstring
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Prototype_Rock_Peachstone_Cobble_Pipe.name"
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Peach",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Beam"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModel": "Blocks/Structures/Tubes/Long.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Corner_Textures/Peachstone_Cobble.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#ecb489",
    "TextureComputedColor": "#E7B189"
  },
  "Icon": "Icons/ItemsGenerated/Prototype_Rock_Peachstone_Cobble_Pipe.png",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "Set": "Rock_Peach",
  "Parent": "Rock_Stone_Brick_Beam"
}