Soul Filter
enderio:entity_filter

Soul Filter

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

Acquisition

Crafting using Any of Paper / Black Paper, Any of Paper / Black Paper, Empty Soul Vial, Any of Paper / Black Paper and Any of Paper / Black Paper, arranged in the pattern shown. Produces Soul Filter.

Crafting
Any of Paper / Black Paper
Any of Paper / Black Paper
Empty Soul Vial
Any of Paper / Black Paper
Any of Paper / Black Paper
Soul Filter Soul Filter guaranteed
Developer reference
Registry name
enderio:entity_filter
Namespace
enderio
Mod ID
enderio

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " P ",
    "PSP",
    " P "
  ],
  "ingredients": {
    "P": {
      "anyOf": [
        {
          "item": "minecraft:paper"
        },
        {
          "item": "enderio:black_paper"
        }
      ]
    },
    "S": {
      "item": "enderio:empty_soul_vial"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}