Compass
minecraft:compass

Compass

Minecraft · by Mojang Studios
item Compasses

Acquisition

Scrapbox using Scrap Box. Produces Compass.

Scrapbox
Compass Compass guaranteed

Crafting using Iron Ingot, Iron Ingot, Redstone Dust, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Compass.

Crafting
Iron Ingot
Iron Ingot
Redstone Dust
Iron Ingot
Iron Ingot
Compass Compass guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Shipwreck Map (minecraft) minecraft:shipwreck_map1–3100%
Loot table: Village Cartographer (minecraft) minecraft:village_cartographer1–1100%
Loot table: Ancient City (minecraft) minecraft:ancient_city1–1100%
Loot table: Stronghold Library (minecraft) minecraft:stronghold_library1–1100%

Used in (2)

Crafting using Paper, Paper, Paper, Paper, Compass, Paper, Paper, Paper and Paper, arranged in the pattern shown. Produces Empty Map.

Crafting
Paper
Paper
Paper
Paper
Compass
Paper
Paper
Paper
Paper
Empty Map Empty Map guaranteed

Crafting using Echo Shard, Echo Shard, Echo Shard, Echo Shard, Compass, Echo Shard, Echo Shard, Echo Shard and Echo Shard, arranged in the pattern shown. Produces Recovery Compass.

Crafting
Echo Shard
Echo Shard
Echo Shard
Echo Shard
Compass
Echo Shard
Echo Shard
Echo Shard
Echo Shard
Recovery Compass Recovery Compass guaranteed
Developer reference
Registry name
minecraft:compass
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:items/compasses

Recipe JSON (2):

{
  "recipe_type": "techreborn:scrapbox",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:scrap_box"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    "#X#",
    " # "
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:iron_ingot"
    },
    "X": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}