Guard Summoner
16×16 · BAKED

item· Other

Guard Summoner

LegendaryMonsters · by Miauczel
item

Guard Summoner is an item from LegendaryMonsters, crafted from Deactivated Guard Summoner and Iron Ingot.

Acquisition

Crafting using Deactivated Guard Summoner and Iron Ingot, in any arrangement. Produces Guard Summoner.

Crafting ⇆ any arrangement
Deactivated Guard Summoner
Iron Ingot
Guard Summoner Guard Summoner guaranteed

Crafting using Iron Ingot, Golden Halberd, Iron Ingot, Iron Ingot, Corrupted Soul, Iron Ingot, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Guard Summoner.

Crafting
Iron Ingot
Golden Halberd
Iron Ingot
Iron Ingot
Corrupted Soul
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Guard Summoner Guard Summoner guaranteed
Developer reference
Registry name
legendary_monsters:guard_summoner
Namespace
legendary_monsters
Mod ID
legendary_monsters

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "legendary_monsters:deactivated_guard_summoner"
    },
    {
      "item": "minecraft:iron_ingot"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "iIi",
    "iSi",
    "iii"
  ],
  "ingredients": {
    "I": {
      "item": "legendary_monsters:golden_halbert"
    },
    "S": {
      "item": "legendary_monsters:corrupted_soul"
    },
    "i": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}