Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Plant / Plant_Sapling_Apple.json

Plant_Sapling_Apple

Server/Item/Items/Plant/Plant_Sapling_Apple.json, 4.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Interactionsobject
ItemLevelnumber
Recipeobject
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring
IconPropertiesobject

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"
            ],
            "TolerateObstructionsBelowY": -1,
            "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"
            ],
            "TolerateObstructionsBelowY": -1,
            "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"
            ],
            "TolerateObstructionsBelowY": -1,
            "SoundEventId": "SFX_Crops_Grow"
          },
          {
            "Prefabs": [
              {
                "Path": "Trees/Fruit/Stage_2/Apple_Stage2_001.prefab.json",
                "Weight": 1
              }
            ],
            "Type": "Prefab",
            "ReplaceMaskTags": [
              "Soil"
            ],
            "TolerateObstructionsBelowY": -1,
            "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
    ]
  }
}