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

Rock_Peach_Cobble_Pillar_Base

Server/Item/Items/Rock/Peach/Rock_Peach_Cobble_Pillar_Base.json, 984 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Parentstring
Recipeobject
BlockTypeobject
IconPropertiesobject
Setstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Peachstone_Cobble_Pillar_Base.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Peachstone_Cobble_Pillar_Base.png",
  "Parent": "Rock_Stone_Brick_Pillar_Base",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Peach",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Pillar"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Peachstone_Cobble.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#ecb489",
    "TextureComputedColor": "#E9B38A"
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "Set": "Rock_Peach"
}