Tree Fertilizer
create:tree_fertilizer

Tree Fertilizer

Create · by simibubi
item

Function

Creates a tree _regardless_ of its _spacing conditions_ When used on a Sapling A powerful combination of minerals useful for _growing saplings_ in tight spaces.

Acquisition

Crafting using Any Small Flowers, Any Small Flowers, Any of Horn Coral / Brain Coral / Tube Coral / Bubble Coral / Fire Coral and Bone Meal, in any arrangement. Produces 2× Tree Fertilizer.

Crafting ⇆ any arrangement
Any Small Flowers
Any Small Flowers
Any of Horn Coral / Brain Coral / Tube Coral / Bubble Coral / Fire Coral
Bone Meal
Tree Fertilizer Tree Fertilizer ×2 guaranteed

Crafting using Any Small Flowers, Any Small Flowers, Any Coral Upgrade Aquatic and Bone Meal, in any arrangement. Produces 2× Tree Fertilizer.

Crafting ⇆ any arrangement conditional
Any Small Flowers
Any Small Flowers
Any Coral Upgrade Aquatic
Bone Meal
Tree Fertilizer Tree Fertilizer ×2 guaranteed
Developer reference
Registry name
create:tree_fertilizer
Namespace
create
Mod ID
create

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "minecraft:small_flowers"
    },
    {
      "tag": "minecraft:small_flowers"
    },
    {
      "anyOf": [
        {
          "item": "minecraft:horn_coral"
        },
        {
          "item": "minecraft:brain_coral"
        },
        {
          "item": "minecraft:tube_coral"
        },
        {
          "item": "minecraft:bubble_coral"
        },
        {
          "item": "minecraft:fire_coral"
        }
      ]
    },
    {
      "item": "minecraft:bone_meal"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "minecraft:small_flowers"
    },
    {
      "tag": "minecraft:small_flowers"
    },
    {
      "tag": "create:upgrade_aquatic/coral"
    },
    {
      "item": "minecraft:bone_meal"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "upgrade_aquatic"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}