Plant_Seeds_Palo
Server/Item/Items/Plant/Plant_Seeds_Palo.json, 564 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Texture | string |
InteractionVars | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Seeds_Palo.name"
},
"Parent": "Plant_Seeds_Oak",
"Texture": "Resources/Plants/SeedBag_Textures/Palo.png",
"InteractionVars": {
"SeedId": {
"Interactions": [
{
"Parent": "Seed_Place",
"BlockTypeToPlace": "Plant_Sapling_Palo"
}
]
}
},
"Icon": "Icons/ItemsGenerated/Plant_Seeds_Palo.png",
"IconProperties": {
"Scale": 1.1,
"Rotation": [
0,
30,
15
],
"Translation": [
2.5,
-11
]
}
}