Knight Summoner
16×16 · BAKED

item· Other

Knight Summoner

LegendaryMonsters · by Miauczel
item

Knight Summoner is an item from LegendaryMonsters, crafted from Iron Ingot, Knight's Sword, and Corrupted Soul.

Acquisition

Crafting using Iron Ingot, Knight's Sword, Iron Ingot, Iron Ingot, Corrupted Soul, Iron Ingot, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Knight Summoner.

Crafting
Iron Ingot
Knight's Sword
Iron Ingot
Iron Ingot
Corrupted Soul
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Knight Summoner Knight Summoner guaranteed

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

Crafting ⇆ any arrangement
Deactivated Knight Summoner
Iron Ingot
Knight Summoner Knight Summoner guaranteed
Developer reference
Registry name
legendary_monsters:knight_summoner
Namespace
legendary_monsters
Mod ID
legendary_monsters

Recipe JSON (2):

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