Plant_Seaweed_Grass
Server/Item/Items/Plant/Seaweed/Plant_Seaweed_Grass.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Seaweed_Grass.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Seaweed_Short.png",
"Categories": [
"Blocks.Plants"
],
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Grass/Dense_Small_4Rows.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Grass/Dense_Small_4Rows_Textures/Seaweeds_GS.png",
"Weight": 1
}
],
"Group": "SeaLife",
"Effect": [
"WindAttached"
],
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Fiber"
},
"UseDefaultDropWhenPlaced": true
},
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockParticleSetId": "Grass",
"BiomeTint": 100,
"HitboxType": "Block_Half",
"Tint": [
"#37ae8f"
],
"BlockSoundSetId": "Fern",
"PhysicalMaterialId": "Foliage"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.665,
"Translation": [
0,
-14.3
],
"Rotation": [
17,
45,
17
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Seaweed"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}