Power Level
rftoolspower:power_level

Power Level

block Pickaxe MineableNeeds Iron Tool

Acquisition

Crafting using Any Glass Panes, Redstone Dust, Machine Base, Redstone Dust and Block of Redstone, arranged in the pattern shown. Produces Power Level.

Crafting
Power Level Power Level guaranteed

Mining & drops

sourcecountchanceconditions
Power Level1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
rftoolspower:power_level
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": {
      "tag": "forge:glass_panes"
    },
    "R": {
      "item": "minecraft:redstone_block"
    },
    "r": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}