Plant_Reeds_Winter
Server/Item/Items/Plant/Reeds/Plant_Reeds_Winter.json, 854 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Reeds_Winter.name"
},
"Parent": "Plant_Reeds_Marsh",
"BlockType": {
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Fiber_Tall"
},
"UseDefaultDropWhenPlaced": true
},
"CustomModel": "Blocks/Foliage/Plants/ReedWinter.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/ReedWinter_Texture.png",
"Weight": 1
}
],
"HitboxType": "Plant_Tall_Full",
"Material": "Empty",
"ParticleColor": "#674923"
},
"Icon": "Icons/ItemsGenerated/Plant_Reeds_Winter.png",
"IconProperties": {
"Scale": 0.36,
"Translation": [
0.7,
-37.1
],
"Rotation": [
22.5,
45,
22.5
]
}
}