Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Rock / Stone / Rock_Stone_Brick_Roof_Flat.json

Rock_Stone_Brick_Roof_Flat

Server/Item/Items/Rock/Stone/Rock_Stone_Brick_Roof_Flat.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Stone_Brick_Roof_Flat.name"
  },
  "ItemLevel": 15,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Rock_Stone_Brick_Roof_Flat.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "Set": "Rock_Stone",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Structures/Roofs/Flat_Rock.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Stone_Brick.png",
        "Weight": 1
      }
    ],
    "Group": "Roof",
    "HitboxType": "Stairs_Flat",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "VariantRotation": "NESW",
    "BlockParticleSetId": "Stone",
    "Supporting": {
      "Down": [
        {}
      ]
    },
    "ParticleColor": "#737055",
    "BlockSoundSetId": "Stone"
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.58823,
    "Translation": [
      -1.1,
      -4.1
    ]
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Stone"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Stone_Brick",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Roof"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  }
}