Oak Sled
16×16 · BAKED

item· Other

Oak Sled

Snowy Spirit · by MehVahdJukaar
item Sleds

Oak Sled is an item from Snowy Spirit, crafted from Oak Planks and Stick.

Acquisition

Crafting using Oak Planks, Oak Planks, Stick, Stick, Stick and Stick, arranged in the pattern shown. Produces Oak Sled.

Crafting conditional
Oak Sled Oak Sled guaranteed

Mining & drops

sourcecountdrop rateconditions
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.

Developer reference
Registry name
snowyspirit:sled_oak
Namespace
snowyspirit
Mod ID
snowyspirit
Tags (1)
snowyspirit:items/sleds

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##S",
    "SSS"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:oak_planks"
    },
    "S": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "sleds",
        "type": "snowyspirit:flag"
      },
      "type": "snowyspirit:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}