Rock_Crystal_Yellow_Block
Server/Item/Items/Rock/Crystal/Rock_Crystal_Yellow_Block.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[2] |
SubCategory | string |
PlayerAnimationsId | string |
Interactions | object |
BlockType | object |
Tags | object |
IconProperties | object |
ItemSoundSetId | string |
Recipe | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Crystal_Yellow.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Crystal_Yellow.png",
"Categories": [
"Blocks.Ores",
"Blocks.Ores"
],
"SubCategory": "Crystal",
"PlayerAnimationsId": "Block",
"Interactions": {
"Secondary": "Lantern_Yellow"
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Opacity": "Transparent",
"Group": "Stone",
"Flags": {},
"Gathering": {
"Breaking": {
"DropList": "Rock_Crystal_Yellow",
"GatherType": "Rocks"
}
},
"BlockParticleSetId": "Crystal",
"Textures": [
{
"Sides": "BlockTextures/Rock_Crystal_Yellow.png",
"UpDown": "BlockTextures/Rock_Crystal_Yellow_Top.png",
"Weight": 1
}
],
"ParticleColor": "#ffc744",
"BlockSoundSetId": "Crystal",
"CubeShadingMode": "Reflective",
"Light": {
"Color": "#eb7"
},
"VariantRotation": "Pipe"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Crystal"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"ItemSoundSetId": "ISS_Blocks_Stone",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Crystal_Yellow",
"Quantity": 10
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Decorative"
]
}
]
}
}