Coordinate Selector
enderio:coordinate_selector

Coordinate Selector

Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
item

Acquisition

Crafting using Copper Alloy Ingot, Any Ender Pearls, Copper Alloy Ingot, Compass, Copper Alloy Ingot and Copper Alloy Ingot, arranged in the pattern shown. Produces Coordinate Selector.

Crafting
Copper Alloy Ingot
Any Ender Pearls
Copper Alloy Ingot
Compass
Copper Alloy Ingot
Copper Alloy Ingot
Coordinate Selector Coordinate Selector guaranteed
Developer reference
Registry name
enderio:coordinate_selector
Namespace
enderio
Mod ID
enderio

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "IEI",
    " CI",
    "  I"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:compass"
    },
    "E": {
      "tag": "forge:ender_pearls"
    },
    "I": {
      "tag": "forge:ingots/copper_alloy"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}