Crafting using Any Ender Pearls, Redstone Dust, Machine Base, Redstone Dust, Redstone Torch, Redstone Dust and Redstone Torch, arranged in the pattern shown. Produces Ender Monitor.
Ender Monitor
Ender Monitor is a block from RFToolsPower, crafted from Any Ender Pearls, Redstone Dust, Machine Base, and Redstone Torch.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Ender Monitor | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
rftoolspower:ender_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": [
" o ",
"rAr",
"TrT"
],
"ingredients": {
"A": {
"item": "rftoolsbase:machine_base"
},
"T": {
"item": "minecraft:redstone_torch"
},
"o": {
"tag": "forge:ender_pearls"
},
"r": {
"item": "minecraft:redstone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}