Plant_Reeds_Marsh
Server/Item/Items/Plant/Reeds/Plant_Reeds_Marsh.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 |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Reeds_Marsh.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Reeds.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Plants/Reeds.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Reeds_Textures/Reeds_Marsh.png",
"Weight": 1
}
],
"Flags": {},
"RandomRotation": "YawStep1",
"Effect": [
"WindFractal"
],
"PlacementSettings": {
"AllowBreakReplace": true
},
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Fiber_Tall"
},
"UseDefaultDropWhenPlaced": true
},
"Support": {
"Down": [
{
"TagId": "Type=Soil"
}
]
},
"BlockParticleSetId": "Grass",
"BlockSoundSetId": "Reed",
"PhysicalMaterialId": "Foliage",
"ParticleColor": "#598429",
"TextureComputedColor": "#5B7329"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.615,
"Translation": [
0,
-21.5
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Reeds"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"ItemLevel": 43
}