Alchemy_Cauldron
Server/Item/Items/Deco/Alchemy_Cauldron.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
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"
},
"PlayerAnimationsId": "Block"
}