Rock_Crystal_Yellow_Medium
Server/Item/Items/Rock/Crystal/Rock_Crystal_Yellow_Medium.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Interactions | object |
BlockType | object |
Tags | object |
Recipe | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Crystal_Yellow_Medium.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Crystal_Yellow_Medium.png",
"Categories": [
"Blocks.Ores"
],
"SubCategory": "Crystal",
"PlayerAnimationsId": "Block",
"Interactions": {
"Secondary": "Lantern_Yellow"
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Resources/Crystals/Crystal_Medium.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Crystals/Crystal_Big_Textures/Yellow.png",
"Weight": 1
}
],
"HitboxType": "Plant_Large",
"Flags": {},
"Gathering": {
"Breaking": {
"DropList": "Rock_Crystal_Yellow_Medium",
"GatherType": "Rocks"
}
},
"VariantRotation": "DoublePipe",
"RandomRotation": "YawStep1",
"BlockParticleSetId": "Crystal",
"ParticleColor": "#ffc744",
"BlockSoundSetId": "Crystal",
"PhysicalMaterialId": "Stone",
"Light": {
"Color": "#da6"
},
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
}
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Crystal"
]
},
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Crystal_Yellow",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Decorative"
]
}
]
}
}