Crafting using Iron Plate, Fluid Pipe, Iron Plate, Any Iron Ingot, Fluid Pipe, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces 3× Fluid Transfer.
Fluid Transfer
Embers Rekindled · by RCXcrafter, BordListian, Elucent, TechnoMysterio, KomradeSpectre
Fluid Transfer is a block from Embers Rekindled, crafted from Iron Plate, Fluid Pipe, and Any Iron Ingot.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Fluid Transfer | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
embers:fluid_transfer- Namespace
embers- Mod ID
embers- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"PLP",
"ILI",
"I I"
],
"ingredients": {
"I": {
"tag": "forge:ingots/iron"
},
"L": {
"item": "embers:fluid_pipe"
},
"P": {
"tag": "forge:plates/iron"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}