Candy Cane
16×16 · BAKED

item· Other

Candy Cane

Snowy Spirit · by MehVahdJukaar
item

Candy Cane is an item from Snowy Spirit, crafted from Sugar and Honeycomb.

Acquisition

Crafting using Sugar and Honeycomb, in any arrangement. Produces 6× Candy Cane.

Crafting ⇆ any arrangement conditional
Sugar
Honeycomb
Candy Cane Candy Cane ×6 guaranteed

Crafting using Candy Cane Block, in any arrangement. Produces 4× Candy Cane.

Crafting ⇆ any arrangement conditional
Candy Cane Candy Cane ×4 guaranteed

Mining & drops

sourcecountdrop rateconditions
Found in: Igloo Sled chests (rare) (snowyspirit) snowyspirit:igloo_sled1–1100%
Found in: Present Villager chests (rare) (snowyspirit) snowyspirit:present_villager1–1100%

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Used in

Crafting using Candy Cane, Candy Cane, Candy Cane and Candy Cane, in any arrangement. Produces Candy Cane Block.

Crafting ⇆ any arrangement conditional
Candy Cane
Candy Cane
Candy Cane
Candy Cane
  • Inputs
  • 4 × Candy Cane
  • Output
  • Candy Cane Block
Candy Cane Block guaranteed
Developer reference
Registry name
snowyspirit:candy_cane
Namespace
snowyspirit
Mod ID
snowyspirit

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:sugar"
    },
    {
      "item": "minecraft:honeycomb"
    }
  ],
  "conditions": [
    {
      "raw": {
        "flag": "candy_cane",
        "type": "snowyspirit:flag"
      },
      "type": "snowyspirit:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "snowyspirit:candy_cane_block"
  },
  "conditions": [
    {
      "raw": {
        "flag": "candy_cane",
        "type": "snowyspirit:flag"
      },
      "type": "snowyspirit:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}