Plant_Seeds_Mushroom
Server/Item/Items/Plant/Crop/Mushroom/Plant_Seeds_Mushroom.json, 923 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
Categories | array[1] |
Interactions | object |
Utility | object |
Model | string |
Texture | string |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemEntity | object |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Seeds_Mushroom.name"
},
"Quality": "Junk",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Seed_Place",
"BlockTypeToPlace": "Plant_Crop_Mushroom_Block"
}
]
}
},
"Utility": {
"Compatible": true
},
"Model": "Resources/Plants/SeedBag.blockymodel",
"Texture": "Resources/Plants/SeedBag_Textures/Ash.png",
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.5,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-15.0
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Seeds"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"Icon": "Icons/ItemsGenerated/Utility_Bag_Seed.png",
"ItemSoundSetId": "ISS_Items_Foliage"
}