Plant_Reeds_Lava
Server/Item/Items/Plant/Reeds/Plant_Reeds_Lava.json, 567 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Reeds_Lava.name"
},
"Parent": "Plant_Reeds_Marsh",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Reeds_Textures/Reeds_Lava.png",
"Weight": 1
}
],
"ParticleColor": "#b73b3d",
"TextureComputedColor": "#7F2D2C"
},
"Icon": "Icons/ItemsGenerated/Plant_Reeds_Lava.png",
"IconProperties": {
"Scale": 0.53,
"Translation": [
0.59,
-19.81
],
"Rotation": [
22.5,
45,
22.5
]
}
}