{
  "neoforge:conditions": [
    {
      "type": "neoforge:mod_loaded",
      "modid": "botanypots"
    }
  ],
  "type": "botanypots:crop",
  "display": {
    "type": "botanypots:aging",
    "block": "silentgear:netherwood_sapling",
    "options": {}
  },
  "drops": {
    "type": "botanypots:items",
    "items": [
      {
        "result": {
          "count": 2,
          "id": "silentgear:netherwood_log"
        }
      },
      {
        "chance": 0.05,
        "result": {
          "count": 1,
          "id": "silentgear:netherwood_sapling"
        }
      },
      {
        "result": {
          "count": 1,
          "id": "silentgear:netherwood_leaves"
        }
      },
      {
        "result": {
          "count": 3,
          "id": "silentgear:nether_banana"
        }
      }
    ]
  },
  "grow_time": 2400,
  "input": {
    "item": "silentgear:netherwood_sapling"
  }
}
