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.
item· Other
Developed Black and White Film
Exposure · by mortuusars
Developed Black and White Film is a item from Exposure, crafted from Black and White Film.
Acquisition
Film Developing using Any of Potion / Potion. Produces Developed Black and White Film.
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.
Carried through each pass:
The sequence, processed 1×:
- Filling
Related items
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
}