Plant_Seaweed_Grass_Stack
Server/Item/Items/Plant/Seaweed/Plant_Seaweed_Grass_Stack.json, 1.5 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.Plant_Seaweed_Grass_Stack.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Seaweed_Stack.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Secondary": {
"Interactions": [
{
"Type": "Condition",
"RequiredGameMode": "Adventure",
"Crouching": false,
"Failed": "Block_Secondary"
}
]
}
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Plants/Cross.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cross_Textures/Seaweed_Stackable.png",
"Weight": 1
}
],
"Group": "SeaLife",
"Effect": [
"Ripple"
],
"Flags": {},
"RandomRotation": "YawStep1XZ",
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Grass",
"ParticleColor": "#38af6c",
"Support": {
"Down": [
{
"FaceType": "Full"
},
{
"TagId": "Family=Seaweed"
}
]
},
"BlockSoundSetId": "Fern",
"PhysicalMaterialId": "Foliage"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.655,
"Translation": [
0,
-15.5
],
"Rotation": [
22.684999,
27.184999,
11.435
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Seaweed"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}