Crafting using Redstone Comparator, Redstone Dust, Machine Base, Redstone Dust and Block of Redstone, arranged in the pattern shown. Produces Power Monitor.
Power Monitor
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Power Monitor | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
rftoolspower:power_monitor- 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": [
" P ",
"rAr",
" R "
],
"ingredients": {
"A": {
"item": "rftoolsbase:machine_base"
},
"P": {
"item": "minecraft:comparator"
},
"R": {
"item": "minecraft:redstone_block"
},
"r": {
"item": "minecraft:redstone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
