Rubble_Calcite
Server/Item/Items/Rubble/Rubble_Calcite.json, 852 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Set | string |
InteractionVars | object |
BlockType | object |
Icon | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Rubble_Calcite.name"
},
"Parent": "Rubble_Stone",
"Set": "Rock_Calcite",
"InteractionVars": {
"Item_Throw_Projectile": {
"Interactions": [
{
"Parent": "Item_Throw_Projectile",
"ProjectileId": "Rubble_Calcite"
}
]
}
},
"BlockType": {
"CustomModel": "Blocks/Stone/Rubble_Small.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Rubble/Rubble_Textures/Calcite.png",
"Weight": 1
}
],
"Gathering": {
"Soft": {
"ItemId": "Rubble_Calcite"
},
"Harvest": {
"ItemId": "Rubble_Calcite"
}
},
"ParticleColor": "#4f5252",
"TextureComputedColor": "#91989D"
},
"Icon": "Icons/ItemsGenerated/Rubble_Calcite.png",
"DropOnDeath": true
}