Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Rock / Crystal / Rock_Crystal_Blue_Large.json

Rock_Crystal_Blue_Large

Server/Item/Items/Rock/Crystal/Rock_Crystal_Blue_Large.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
SubCategorystring
PlayerAnimationsIdstring
Interactionsobject
BlockTypeobject
IconPropertiesobject
Tagsobject
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Crystal_Blue_Large.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Crystal_Blue_Large.png",
  "Categories": [
    "Blocks.Ores"
  ],
  "SubCategory": "Crystal",
  "PlayerAnimationsId": "Block",
  "Interactions": {
    "Secondary": "Lantern_Blue"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Resources/Crystals/Crystal_Big.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Crystals/Crystal_Big_Textures/Water.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "DropList": "Rock_Crystal_Water_Large",
        "GatherType": "Rocks"
      }
    },
    "VariantRotation": "DoublePipe",
    "RandomRotation": "YawStep1",
    "BlockParticleSetId": "Crystal",
    "ParticleColor": "#245bc1",
    "BlockSoundSetId": "Crystal",
    "PhysicalMaterialId": "Stone",
    "Light": {
      "Color": "#8ae"
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "TextureComputedColor": "#3C5BBF"
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.52,
    "Translation": [
      0,
      -15.3
    ]
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Crystal"
    ]
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Crystal_Blue",
        "Quantity": 6
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Decorative"
        ]
      }
    ]
  }
}