Apple Sapling is an item in Hytale, categorized under the Plant category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Grows into an Apple Tree.
• Yields Hardwood
• Grows 8 Apples
• Apples regrow every 12 Hours
Growth Time:
• 5 Stages
• 5 Days
The crafting recipe for Apple Sapling in Hytale is shown below.
This item cannot be salvaged.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.items.Plant_Sapling_Apple.name",
"Description": "server.items.Plant_Sapling_Apple.description"
},
"Icon": "Icons/ItemsGenerated/Plant_Sapling_Apple.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"ItemLevel": 5,
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Ingredient_Life_Essence_Concentrated",
"Quantity": 1
},
{
"ItemId": "Plant_Fruit_Apple",
"Quantity": 4
}
],
"OutputQuantity": 1,
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Saplings"
],
"RequiredTierLevel": 4
}
]
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Foliage/Tree/Sapling.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Tree/Sapling_Textures/Apple.png",
"Weight": 1
}
],
"Group": "Wood",
"HitboxType": "Plant_Large",
"Flags": {},
"RandomRotation": "YawStep1",
"BlockEntity": {
"Components": {
"FarmingBlock": {}
}
},
"Farming": {
"Stages": {
"Default": [
{
"Block": "Plant_Sapling_Apple",
"Duration": {
"Min": 86400,
"Max": 86400
},
"Type": "BlockType"
},
{
"Prefabs": [
{
"Path": "Trees/Fruit/Apple_Stage0.prefab.json",
"Weight": 1
}
],
"Duration": {
"Min": 86400,
"Max": 86400
},
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
},
{
"Prefabs": [
{
"Path": "Trees/Fruit/Apple_Stage1.prefab.json",
"Weight": 1
}
],
"Duration": {
"Min": 86400,
"Max": 86400
},
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
},
{
"Prefabs": [
{
"Path": "Trees/Fruit/Apple_Stage2.prefab.json",
"Weight": 1
}
],
"Duration": {
"Min": 86400,
"Max": 86400
},
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
},
{
"Prefabs": [
{
"Path": "Trees/Fruit/Apple_StageFinal.prefab.json",
"Weight": 1
}
],
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
}
]
},
"StartingStageSet": "Default",
"ActiveGrowthModifiers": [
"Fertilizer",
"Water",
"LightLevel"
]
},
"Gathering": {
"Soft": {
"ItemId": "Plant_Sapling_Apple"
}
},
"Support": {
"Down": [
{
"TagId": "Type=Soil"
}
]
},
"BlockParticleSetId": "Flower",
"BlockSoundSetId": "Bush",
"ParticleColor": "#477d32"
},
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Sapling"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"IconProperties": {
"Scale": 0.8,
"Rotation": [
0,
145,
0
],
"Translation": [
1,
-17
]
}
}