Basic Fluid Filter
enderio:basic_fluid_filter

Basic Fluid 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, Bucket, Any of Paper / Black Paper and Any of Paper / Black Paper, arranged in the pattern shown. Produces Basic Fluid Filter.

Crafting
Any of Paper / Black Paper
Any of Paper / Black Paper
Bucket
Any of Paper / Black Paper
Any of Paper / Black Paper
Basic Fluid Filter Basic Fluid Filter guaranteed
Developer reference
Registry name
enderio:basic_fluid_filter
Namespace
enderio
Mod ID
enderio

Recipe JSON (1):

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