Information Screen
rftoolsbase:information_screen

Information Screen

block Pickaxe MineableNeeds Iron Tool

Information Screen is a block from RFToolsBase, crafted from Acacia Window Pane, Redstone Dust, and Machine Base.

Acquisition

Crafting using Acacia Window Pane, Acacia Window Pane, Acacia Window Pane, Redstone Dust, Machine Base and Redstone Dust, arranged in the pattern shown. Produces Information Screen.

Crafting
Acacia Window Pane
Acacia Window Pane
Acacia Window Pane
Redstone Dust
Machine Base
Redstone Dust
Information Screen Information Screen guaranteed

Mining & drops

sourcecountchanceconditions
Information Screen1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
rftoolsbase:information_screen
Namespace
rftoolsbase
Mod ID
rftoolsbase
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "---",
    "rAr"
  ],
  "ingredients": {
    "-": {
      "tag": "forge:glass_panes"
    },
    "A": {
      "item": "rftoolsbase:machine_base"
    },
    "r": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}