Rock_Crystal_Iridescent_Small
Server/Item/Items/Rock/Crystal/Rock_Crystal_Iridescent_Small.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Interactions | object |
BlockType | object |
IconProperties | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Crystal_Iridescent_Small.name"
},
"Quality": "Developer",
"Icon": "Icons/ItemsGenerated/Rock_Crystal_Iridescent_Small.png",
"Categories": [
"Blocks.Ores"
],
"SubCategory": "Crystal",
"PlayerAnimationsId": "Block",
"Interactions": {
"Secondary": "Lantern_Cyan"
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Resources/Crystals/Iridescent_Crystal_Small.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Crystals/Crystal_Big_Textures/Iridescent.png",
"Weight": 1
}
],
"Flags": {},
"Gathering": {
"Breaking": {
"DropList": "Rock_Crystal_Blue_Large",
"GatherType": "Rocks"
}
},
"VariantRotation": "UpDownNESW",
"RandomRotation": "YawStep90",
"BlockParticleSetId": "Crystal",
"ParticleColor": "#93f4fd",
"BlockSoundSetId": "Crystal",
"Light": {
"Color": "#cde",
"Radius": 18
},
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
}
},
"IconProperties": {
"Scale": 0.52,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-17.4
]
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Crystal"
]
}
}