Crafting using %s%sChest, Redstone Dust, Machine Frame, Redstone Dust and Hopper, arranged in the pattern shown. Produces Pearl Injector.
Pearl Injector
Pearl Injector is a block from RFToolsPower, crafted from %s%sChest, Redstone Dust, Machine Frame, and Hopper.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Pearl Injector | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
rftoolspower:pearl_injector- Namespace
rftoolspower- Mod ID
rftoolspower- Tags (2)
minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_iron_tool
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" C ",
"rFr",
" H "
],
"ingredients": {
"C": {
"tag": "forge:chests"
},
"F": {
"item": "rftoolsbase:machine_frame"
},
"H": {
"item": "minecraft:hopper"
},
"r": {
"item": "minecraft:redstone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
