Plant_Sapling_Dry
Server/Item/Items/Plant/Plant_Sapling_Dry.json, 3.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Recipe | object |
ItemLevel | number |
BlockType | object |
Icon | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Sapling_Dry.name",
"Description": "server.items.Plant_Sapling_Dry.description"
},
"Parent": "Plant_Sapling_Oak",
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 30
}
],
"OutputQuantity": 1,
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Saplings"
],
"RequiredTierLevel": 7
}
]
},
"ItemLevel": 10,
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Tree/Sapling_Textures/Dry.png",
"Weight": 1
}
],
"Farming": {
"Stages": {
"Default": [
{
"Block": "Plant_Sapling_Dry",
"Duration": {
"Min": 40000,
"Max": 60000
},
"Type": "BlockType"
},
{
"Prefabs": [
{
"Path": "Trees/Dry/Stage_00/Dry_Stage00_001.prefab.json",
"Weight": 1
}
],
"Duration": {
"Min": 40000,
"Max": 60000
},
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
},
{
"Prefabs": [
{
"Path": "Trees/Dry/Stage_0/Dry_Stage0_001.prefab.json",
"Weight": 1
}
],
"Duration": {
"Min": 40000,
"Max": 60000
},
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
},
{
"Prefabs": [
{
"Path": "Trees/Dry/Stage_1/Dry_Stage1_001.prefab.json",
"Weight": 1
}
],
"Duration": {
"Min": 40000,
"Max": 60000
},
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
},
{
"Prefabs": [
{
"Path": "Trees/Dry/Stage_2/Dry_Stage2_001.prefab.json",
"Weight": 1
}
],
"Duration": {
"Min": 40000,
"Max": 60000
},
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
},
{
"Prefabs": [
{
"Path": "Trees/Dry/Stage_3/Dry_Stage3_001.prefab.json",
"Weight": 1
}
],
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
}
]
},
"StartingStageSet": "Default",
"ActiveGrowthModifiers": [
"Fertilizer",
"Water",
"LightLevel"
]
},
"BlockEntity": {
"Components": {
"FarmingBlock": {}
}
},
"Gathering": {
"Soft": {
"ItemId": "Plant_Sapling_Dry"
}
},
"Opacity": "Transparent",
"BlockParticleSetId": "Grass",
"ParticleColor": "#b19844"
},
"Icon": "Icons/ItemsGenerated/Plant_Dry_Sapling.png"
}