Crafting using Sugar and Honeycomb, in any arrangement. Produces 6× Candy Cane.
item· Other
Candy Cane
Snowy Spirit · by MehVahdJukaar
Candy Cane is an item from Snowy Spirit, crafted from Sugar and Honeycomb.
Acquisition
Crafting using Candy Cane Block, in any arrangement. Produces 4× Candy Cane.
- Inputs
- Candy Cane Block
- Output
- → Candy Cane ×4
Mining & drops
| source | count | drop rate | conditions |
|---|---|---|---|
Found in: Igloo Sled chests (rare) (snowyspirit) snowyspirit:igloo_sled | 1–1 | 100% | — |
Found in: Present Villager chests (rare) (snowyspirit) snowyspirit:present_villager | 1–1 | 100% | — |
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.
- Inputs
- 4 × Candy Cane
- Output
- → Candy Cane Block

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
}