Plant_Reeds_Water
Server/Item/Items/Plant/Reeds/Plant_Reeds_Water.json, 945 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Reeds_Water.name"
},
"Parent": "Plant_Reeds_Marsh",
"BlockType": {
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Fiber_Tall"
},
"UseDefaultDropWhenPlaced": true
},
"Opacity": "Semitransparent",
"CustomModel": "Blocks/Foliage/Grass/VeryTall.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Grass/VeryTall_Textures/Water_GS.png",
"Weight": 1
}
],
"BiomeTint": 100,
"Flags": {
"IsStackable": false
},
"Tint": [
"#698a38"
],
"HitboxType": "Plant_Tall_Large"
},
"Icon": "Icons/ItemsGenerated/Plant_Grass_Water_Tall.png",
"IconProperties": {
"Scale": 0.47,
"Translation": [
0,
-25.7
],
"Rotation": [
22.5,
45,
22.5
]
}
}