Deco_Starfish
Server/Item/Items/Deco/Deco_Starfish.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Starfish.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Starfish.png",
"Categories": [
"Blocks.Deco"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Water/Starfish.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Water/Starfish_Texture.png",
"Weight": 1
}
],
"Group": "SeaLife",
"HitboxType": "Plant_Large",
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Grass",
"CustomModelScale": 0.6,
"TextureComputedColor": "#7D2851"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.58823,
"Translation": [
-1.21,
-1.81
],
"Rotation": [
51.73,
50.605,
42.73
]
},
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}