Plant_Seeds_Onion
Server/Item/Items/Plant/Crop/Onion/Plant_Seeds_Onion.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Quality | string |
InteractionVars | object |
Model | string |
Texture | string |
Icon | string |
IconProperties | object |
Recipe | object |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Seeds_Onion.name",
"Description": "server.items.Plant_Seeds_Onion.description"
},
"Parent": "Template_Seeds",
"Quality": "Junk",
"InteractionVars": {
"SeedId": {
"Interactions": [
{
"Parent": "Seed_Place",
"BlockTypeToPlace": "Plant_Crop_Onion_Block"
}
]
}
},
"Model": "Resources/Ingredients/Onion_Seed.blockymodel",
"Texture": "Resources/Ingredients/Onion_Texture.png",
"Icon": "Icons/ItemsGenerated/Plant_Seeds_Onion.png",
"IconProperties": {
"Scale": 1,
"Translation": [
0,
-2.7
],
"Rotation": [
17,
45,
17
]
},
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 10
}
],
"OutputQuantity": 1,
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Seeds"
],
"RequiredTierLevel": 7
}
],
"Output": [
{
"ItemId": "Plant_Seeds_Onion"
}
]
},
"ItemLevel": 24
}