Block Armor Inspection Tool
16×16 · BAKED

item· Other

Block Armor Inspection Tool

Create Big Cannons · by rbasamoyai
item

Block Armor Inspection Tool is an item from Create Big Cannons, crafted from Precision Mechanism, Recoil Spring, and Iron Bars. Displays information about the _material properties_ of a block against _projectile impacts._ Shows the block's _Toughness_ (penetration stopping) and _Hardness_ (surface stopping).

Function

Displays information about the _material properties_ of a block against _projectile impacts._ Shows the block's _Toughness_ (penetration stopping) and _Hardness_ (surface stopping). BLOCK ARMOR INSPECTION TOOL

Hover over Block: Shows _block armor properties._

Acquisition

Crafting using Precision Mechanism, Recoil Spring and Iron Bars, arranged in the pattern shown. Produces Block Armor Inspection Tool.

Crafting
Precision Mechanism
Recoil Spring
Iron Bars
Block Armor Inspection Tool Block Armor Inspection Tool guaranteed
Developer reference
Registry name
createbigcannons:block_armor_inspection_tool
Namespace
createbigcannons
Mod ID
createbigcannons

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "M",
    "S",
    "P"
  ],
  "ingredients": {
    "M": {
      "item": "create:precision_mechanism"
    },
    "P": {
      "item": "minecraft:iron_bars"
    },
    "S": {
      "item": "createbigcannons:recoil_spring"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}