Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Deco / Alchemy_Cauldron.json

Alchemy_Cauldron

Server/Item/Items/Deco/Alchemy_Cauldron.json, 1.4 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Recipeobject
BlockTypeobject
PlayerAnimationsIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Alchemy_Cauldron.name"
  },
  "Icon": "Icons/ItemsGenerated/Deco_Cauldron.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Copper",
        "Quantity": 6
      },
      {
        "ItemId": "Soil_Clay_Smooth_White",
        "Quantity": 4
      },
      {
        "ItemId": "Ingredient_Tree_Sap",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Misc"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Miscellaneous/Cauldron.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Miscellaneous/Cauldron_Texture.png",
        "Weight": 1
      }
    ],
    "CustomModelScale": 1,
    "HitboxType": "Block_Seven_Eighth",
    "VariantRotation": "Wall",
    "AmbientSoundEventId": "SFX_Cauldron_Bubbling_Small",
    "Looping": true,
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks"
      }
    },
    "BlockParticleSetId": "Grass",
    "TextureComputedColor": "#41362D"
  },
  "PlayerAnimationsId": "Block"
}