Scrapbox using Scrap Box. Produces Compass.
Compass
Minecraft · by Mojang Studios
Acquisition
Crafting using Iron Ingot, Iron Ingot, Redstone Dust, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Compass.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Shipwreck Map (minecraft) minecraft:shipwreck_map | 1–3 | 100% | — |
Loot table: Village Cartographer (minecraft) minecraft:village_cartographer | 1–1 | 100% | — |
Loot table: Ancient City (minecraft) minecraft:ancient_city | 1–1 | 100% | — |
Loot table: Stronghold Library (minecraft) minecraft:stronghold_library | 1–1 | 100% | — |
Used in (2)
Crafting using Paper, Paper, Paper, Paper, Compass, Paper, Paper, Paper and Paper, arranged in the pattern shown. Produces Empty Map.
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.
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
}