Plant_Reeds_Poison
Server/Item/Items/Plant/Reeds/Plant_Reeds_Poison.json, 743 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Reeds_Poison.name"
},
"Parent": "Plant_Reeds_Marsh",
"BlockType": {
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Fiber_Tall"
},
"UseDefaultDropWhenPlaced": true
},
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Reeds_Textures/Reeds_Poison.png",
"Weight": 1
}
],
"TextureComputedColor": "#82B21A"
},
"Icon": "Icons/ItemsGenerated/Plant_Reeds_Poison.png",
"IconProperties": {
"Scale": 0.53,
"Translation": [
0.59,
-19.81
],
"Rotation": [
22.5,
45,
22.5
]
}
}