Crafting using Paper, Paper, Paper, Paper, Compass, Paper, Paper, Paper and Paper, arranged in the pattern shown. Produces Empty Map.
Empty Map
Minecraft · by Mojang Studios
Acquisition
Scrapbox using Scrap Box. Produces Empty Map.
Crafting using Map and Soap, in any arrangement. Produces Empty Map.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Underwater Ruin Big (minecraft) minecraft:underwater_ruin_big | 1–1 | 100% | — |
Loot table: Stronghold Library (minecraft) minecraft:stronghold_library | 1–1 | 100% | — |
Loot table: Village Cartographer (minecraft) minecraft:village_cartographer | 1–1 | 100% | — |
Gameplay loot table: Cartographer Gift (minecraft) minecraft:cartographer_gift | 1–1 | 100% | — |
Loot table: Shipwreck Map (minecraft) minecraft:shipwreck_map | 1–1 | 100% | — |
Loot table: Shipwreck Map (minecraft) minecraft:shipwreck_map | 1–3 | 100% | — |
Loot table: Underwater Ruin Small (minecraft) minecraft:underwater_ruin_small | 1–1 | 100% | — |
Developer reference
- Registry name
minecraft:map- Namespace
minecraft- Mod ID
minecraft
Recipe JSON (3):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#X#",
"###"
],
"ingredients": {
"#": {
"item": "minecraft:paper"
},
"X": {
"item": "minecraft:compass"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"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_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:filled_map"
},
{
"item": "supplementaries:soap"
}
],
"conditions": [
{
"raw": {
"flag": "soap",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}