Crafting using Leather, Leather, Leather, Leather, Any Iron Ingot, Leather, Fox Pelt and Fox Pelt, arranged in the pattern shown. Produces Camel Saddle.
Camel Saddle
Blue Skies · by KingPhygieBoo, Silver_David, Lachney
Camel Saddle is a item from Blue Skies, crafted from Leather, Any Iron Ingot, and Fox Pelt.
Acquisition
Crafting using Leather, Leather, Leather, Leather, Ventium Ingot, Leather, Fox Pelt and Fox Pelt, arranged in the pattern shown. Produces Camel Saddle.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Chest (blue_skies) blue_skies:chest | 1–1 | 5% | Random Chance |
Loot table: Weaponsmith (blue_skies) blue_skies:weaponsmith | 1–1 | 100% | — |
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
}