Plant_Seeds_Test_Tree
Server/Item/Items/Plant/Crop/TestTree/Plant_Seeds_Test_Tree.json, 937 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
Categories | array[1] |
Interactions | object |
InteractionVars | object |
Model | string |
Texture | string |
PlayerAnimationsId | string |
IconProperties | object |
Icon | string |
Tags | object |
ItemEntity | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Seeds_Test_Tree.name"
},
"Quality": "Developer",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Secondary": "Seed_Condition"
},
"InteractionVars": {
"SeedId": {
"Interactions": [
{
"Parent": "Seed_Place",
"BlockTypeToPlace": "Plant_Test_Tree_Block"
}
]
}
},
"Model": "Resources/Ingredients/Onion_Seed.blockymodel",
"Texture": "Resources/Ingredients/Onion_Texture.png",
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 1,
"Translation": [
0,
-2.7
],
"Rotation": [
17,
45,
17
]
},
"Icon": "Icons/ItemsGenerated/Plant_Seeds_Onion.png",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Seeds"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"ItemSoundSetId": "ISS_Items_Foliage"
}