Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Rock / Stone / Rock_Stone_Brick_Decorative.json

Rock_Stone_Brick_Decorative

Server/Item/Items/Rock/Stone/Rock_Stone_Brick_Decorative.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
MaxStacknumber
Iconstring
Categoriesarray[1]
PlayerAnimationsIdstring
Parentstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
ItemSoundSetIdstring
ResourceTypesarray[1]

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Stone_Brick_Decorative.name"
  },
  "ItemLevel": 15,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Rock_Stone_Brick_Decorative.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "Parent": "Rock_Stone_Brick",
  "Set": "Rock_Stone",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Stone",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Decorative"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Textures": [
      {
        "Sides": "BlockTextures/Rock_Stone_Brick_Decorative.png",
        "UpDown": "BlockTextures/Rock_Stone_Brick_Smooth.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#737055",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#5E5D48"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Stone"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "ResourceTypes": [
    {
      "Id": "Rock_Stone_Brick"
    }
  ]
}