Camel Saddle
blue_skies:camel_saddle

Camel Saddle

Blue Skies · by KingPhygieBoo, Silver_David, Lachney
item

Camel Saddle is a item from Blue Skies, crafted from Leather, Any Iron Ingot, and Fox Pelt.

Acquisition

Crafting using Leather, Leather, Leather, Leather, Any Iron Ingot, Leather, Fox Pelt and Fox Pelt, arranged in the pattern shown. Produces Camel Saddle.

Crafting
Leather
Leather
Leather
Leather
Any Iron Ingot
Leather
Fox Pelt
Fox Pelt
Camel Saddle Camel Saddle guaranteed

Crafting using Leather, Leather, Leather, Leather, Ventium Ingot, Leather, Fox Pelt and Fox Pelt, arranged in the pattern shown. Produces Camel Saddle.

Crafting
Leather
Leather
Leather
Leather
Ventium Ingot
Leather
Fox Pelt
Fox Pelt
Camel Saddle Camel Saddle guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Chest (blue_skies) blue_skies:chest1–15%Random Chance
Loot table: Weaponsmith (blue_skies) blue_skies:weaponsmith1–1100%
Developer reference
Registry name
blue_skies:camel_saddle
Namespace
blue_skies
Mod ID
blue_skies

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "LLL",
    "LIL",
    "F F"
  ],
  "ingredients": {
    "F": {
      "item": "blue_skies:fox_pelt"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "L": {
      "item": "minecraft:leather"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "camel_saddle",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "LLL",
    "LIL",
    "F F"
  ],
  "ingredients": {
    "F": {
      "item": "blue_skies:fox_pelt"
    },
    "I": {
      "tag": "blue_skies:ingots/ventium"
    },
    "L": {
      "item": "minecraft:leather"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "camel_saddle",
  "experience": null,
  "cooking_time": null
}