Crafting using Plate Advanced, Bucket, Plate Advanced, Any Gold Ingot, Chassis, Any Gold Ingot, Plate Advanced, Servo and Plate Advanced, arranged in the pattern shown. Produces Fluid Infuser.
Fluid Infuser
Nuclearcraft Neoteric · by igentuman
Fluid Infuser is a block from Nuclearcraft Neoteric, crafted from Plate Advanced, Bucket, Any Gold Ingot, Chassis, and Servo.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Fluid Infuser | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
nuclearcraft:fluid_infuser- Namespace
nuclearcraft- Mod ID
nuclearcraft- Tags (2)
minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_iron_tool
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"PBP",
"GCG",
"PSP"
],
"ingredients": {
"B": {
"item": "minecraft:bucket"
},
"C": {
"item": "nuclearcraft:chassis"
},
"G": {
"tag": "forge:ingots/gold"
},
"P": {
"item": "nuclearcraft:plate_advanced"
},
"S": {
"item": "nuclearcraft:servo"
}
},
"conditions": [],
"sequence": null,
"group_name": "nuclearcraft",
"experience": null,
"cooking_time": null
}