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