Rubble_Lime
Server/Item/Items/Rubble/Rubble_Lime.json, 1018 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
Set | string |
InteractionVars | object |
BlockType | object |
DropOnDeath | boolean |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rubble_Lime.name"
},
"Icon": "Icons/ItemsGenerated/Rubble_Lime.png",
"Parent": "Rubble_Stone",
"Set": "Rock_Lime",
"InteractionVars": {
"Item_Throw_Projectile": {
"Interactions": [
{
"Parent": "Item_Throw_Projectile",
"ProjectileId": "Rubble_Basalt"
}
]
}
},
"BlockType": {
"CustomModel": "Blocks/Stone/Rubble_Limestone_Small.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Rock_Limestone.png",
"Weight": 1
}
],
"Gathering": {
"Soft": {
"ItemId": "Rubble_Lime"
},
"Harvest": {
"ItemId": "Rubble_Lime"
}
},
"ParticleColor": "#dccd97",
"DrawType": "Model",
"TextureComputedColor": "#BAAA7F"
},
"DropOnDeath": true,
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}