Empty Map
minecraft:map

Empty Map

Minecraft · by Mojang Studios
item

Acquisition

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

Scrapbox using Scrap Box. Produces Empty Map.

Scrapbox
Empty Map Empty Map guaranteed

Crafting using Map and Soap, in any arrangement. Produces Empty Map.

Crafting ⇆ any arrangement conditional
Map
Soap
Empty Map Empty Map guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Underwater Ruin Big (minecraft) minecraft:underwater_ruin_big1–1100%
Loot table: Stronghold Library (minecraft) minecraft:stronghold_library1–1100%
Loot table: Village Cartographer (minecraft) minecraft:village_cartographer1–1100%
Gameplay loot table: Cartographer Gift (minecraft) minecraft:cartographer_gift1–1100%
Loot table: Shipwreck Map (minecraft) minecraft:shipwreck_map1–1100%
Loot table: Shipwreck Map (minecraft) minecraft:shipwreck_map1–3100%
Loot table: Underwater Ruin Small (minecraft) minecraft:underwater_ruin_small1–1100%
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
}