Plant_Seeds_Potato
Server/Item/Items/Plant/Crop/Potato/Plant_Seeds_Potato.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_Potato.name",
"Description": "server.items.Plant_Seeds_Potato.description"
},
"Parent": "Template_Seeds",
"Quality": "Junk",
"InteractionVars": {
"SeedId": {
"Interactions": [
{
"Parent": "Seed_Place",
"BlockTypeToPlace": "Plant_Crop_Potato_Block"
}
]
}
},
"Model": "Resources/Ingredients/Potato_Seed.blockymodel",
"Texture": "Resources/Ingredients/Potato_Texture.png",
"Icon": "Icons/ItemsGenerated/Plant_Seeds_Potato.png",
"IconProperties": {
"Scale": 1.1,
"Translation": [
0,
-1.8
],
"Rotation": [
22.5,
45,
360
]
},
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 10
}
],
"Output": [
{
"ItemId": "Plant_Seeds_Potato",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Seeds"
],
"RequiredTierLevel": 7
}
]
},
"ItemLevel": 25
}