Rock_Iridescent_Brick_Pillar_Base
Server/Item/Items/Rock/Iridescent/Rock_Iridescent_Brick_Pillar_Base.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Quality | string |
MaxStack | number |
Categories | array[1] |
PlayerAnimationsId | string |
Set | string |
BlockType | object |
Tags | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Iridescent_Brick_Pillar_Base.name"
},
"ItemLevel": 15,
"Quality": "Developer",
"MaxStack": 50,
"Categories": [
"Blocks.Rocks"
],
"PlayerAnimationsId": "Block",
"Set": "Rock_Rock_Limestone_Brick",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Structures/Pillars/Pillar_Base.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Rock_Iridescent_Brick_Pillar.png",
"Weight": 1
}
],
"Group": "Stone",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"VariantRotation": "UpDown",
"BlockParticleSetId": "Stone",
"Supporting": {
"Down": [
{}
],
"Up": [
{}
]
},
"BlockSoundSetId": "Stone"
},
"Tags": {
"Family": [
"Rock_Limestone"
],
"Type": [
"Rock"
]
},
"Icon": "Icons/ItemsGenerated/Rock_Iridescent_Brick_Pillar_Base.png",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}