Rubble_Chalk_Medium
Server/Item/Items/Rubble/Rubble_Chalk_Medium.json, 728 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Parent | string |
BlockType | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rubble_Chalk_Medium.name"
},
"Icon": "Icons/ItemsGenerated/Rubble_Chalk_Medium.png",
"Set": "Rock_Chalk",
"Parent": "Rubble_Stone",
"BlockType": {
"CustomModel": "Blocks/Stone/Rubble_Medium.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Chalk.png",
"Weight": 1
}
],
"Gathering": {
"Soft": {
"ItemId": "Rubble_Chalk"
},
"Harvest": {
"ItemId": "Rubble_Chalk"
}
},
"ParticleColor": "#d0ccc6"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}