Plant_Sapling_Apple
Server/Item/Items/Plant/Plant_Sapling_Apple.json, 3.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
ItemLevel | number |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
IconProperties | object |
Source
{
"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/Stage_00/Apple_Stage00_001.prefab.json",
"Weight": 1
}
],
"Duration": {
"Min": 86400,
"Max": 86400
},
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
},
{
"Prefabs": [
{
"Path": "Trees/Fruit/Stage_0/Apple_Stage0_001.prefab.json",
"Weight": 1
}
],
"Duration": {
"Min": 86400,
"Max": 86400
},
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
},
{
"Prefabs": [
{
"Path": "Trees/Fruit/Stage_1/Apple_Stage1_001.prefab.json",
"Weight": 1
}
],
"Duration": {
"Min": 86400,
"Max": 86400
},
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
},
{
"Prefabs": [
{
"Path": "Trees/Fruit/Stage_2/Apple_Stage2_001.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",
"PhysicalMaterialId": "Foliage",
"ParticleColor": "#477d32",
"TextureComputedColor": "#4A6C1E"
},
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Sapling"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"IconProperties": {
"Scale": 0.8,
"Rotation": [
0,
145,
0
],
"Translation": [
1,
-17
]
}
}