Developed Black and White Film
16×16 · BAKED

item· Other

Developed Black and White Film

Exposure · by mortuusars
item Developed Film Rolls

Developed Black and White Film is a item from Exposure, crafted from Black and White Film.

Acquisition

Sequenced Assembly: Start with Black and White Film, carried through each pass. process 1× through: Filling. Most likely produces Developed Black and White Film, with other outcomes possible.

Sequenced Assembly

Carried through each pass:

The sequence, processed 1×:

  1. Filling
Developed Black and White Film Developed Black and White Film guaranteed

Film Developing using Any of Potion / Potion. Produces Developed Black and White Film.

Film Developing
Developed Black and White Film Developed Black and White Film guaranteed

Sequenced Assembly: Start with High-Sensitivity Black and White Film, carried through each pass. process 1× through: Filling. Most likely produces Developed Black and White Film, with other outcomes possible.

Sequenced Assembly

Carried through each pass:

The sequence, processed 1×:

  1. Filling
Developed Black and White Film Developed Black and White Film guaranteed
Developer reference
Registry name
exposure:developed_black_and_white_film
Namespace
exposure
Mod ID
exposure
Tags (1)
exposure:items/developed_film_rolls

Recipe JSON (3):

{
  "recipe_type": "create:sequenced_assembly",
  "pattern": null,
  "ingredients": {
    "item": "exposure:black_and_white_film"
  },
  "conditions": [],
  "sequence": {
    "loops": 1,
    "sequence": [
      {
        "type": "create:filling",
        "results": [
          {
            "item": "exposure:black_and_white_film",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "exposure:black_and_white_film"
          },
          {
            "fluid": "minecraft:water",
            "amount": 250
          }
        ]
      }
    ]
  },
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "exposure:film_developing",
  "pattern": null,
  "ingredients": {
    "anyOf": [
      {
        "item": "minecraft:potion"
      },
      {
        "item": "minecraft:potion"
      }
    ]
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:sequenced_assembly",
  "pattern": null,
  "ingredients": {
    "item": "exposure:high_sensitivity_black_and_white_film"
  },
  "conditions": [],
  "sequence": {
    "loops": 1,
    "sequence": [
      {
        "type": "create:filling",
        "results": [
          {
            "item": "exposure:high_sensitivity_black_and_white_film",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "exposure:high_sensitivity_black_and_white_film"
          },
          {
            "fluid": "minecraft:water",
            "amount": 250
          }
        ]
      }
    ]
  },
  "group_name": null,
  "experience": null,
  "cooking_time": null
}