Plant_Grass_Lush
Server/Item/Items/Plant/Grass/Plant_Grass_Lush.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Grass_Lush.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Grass_Short_2.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Foliage/Plants/Cross_17px.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cross_17px_Textures/Grassplant_Lush_GS.png",
"Weight": 1
}
],
"PlacementSettings": {
"AllowBreakReplace": true
},
"Opacity": "Transparent",
"Effect": [
"WindFractal"
],
"Tint": [
"#297430"
],
"BiomeTint": 100,
"HitboxType": "Plant_Small",
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Empty"
},
"UseDefaultDropWhenPlaced": true
},
"Support": {
"Down": [
{
"TagId": "Type=Soil"
}
]
},
"RandomRotation": "YawStep1",
"BlockParticleSetId": "Grass",
"BlockSoundSetId": "Plant",
"PhysicalMaterialId": "Foliage"
},
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Grass"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}