aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/sugar_from_sugar_cane.json
blob: 68d44c07e8800c3c5e80e6b065c11e7f1dc19bc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "minecraft:crafting_shapeless",
  "group": "sugar",
  "ingredients": [
    {
      "item": "minecraft:sugar_cane"
    }
  ],
  "result": {
    "item": "minecraft:sugar"
  }
}