Forge Hammer
modern_industrialization:forge_hammer

Forge Hammer

Modern Industrialization · by Azercoco, Technici4n
block Pickaxe MineableNeeds Stone Tool

Forge Hammer is a block from Modern Industrialization, crafted from Steel Plate and Steel Ingot.

Acquisition

Crafting using Steel Plate, Steel Plate, Steel Plate, Steel Ingot, Steel Ingot, Steel Ingot and Steel Ingot, arranged in the pattern shown. Produces 2× Forge Hammer.

Crafting
Steel Plate
Steel Plate
Steel Plate
Steel Ingot
Steel Ingot
Steel Ingot
Steel Ingot
Forge Hammer Forge Hammer ×2 guaranteed

Crafting using Heavy Weighted Pressure Plate, Heavy Weighted Pressure Plate, Heavy Weighted Pressure Plate, Iron Ingot, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Forge Hammer.

Crafting
Heavy Weighted Pressure Plate
Heavy Weighted Pressure Plate
Heavy Weighted Pressure Plate
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Forge Hammer Forge Hammer guaranteed

Mining & drops

sourcecountchanceconditions
Forge Hammer1–1100%Survives Explosion

Used in (1)

Crafting using Copper Rod, Forge Hammer, Copper Rod, Copper Gear, Bronze Machine Casing, Copper Gear, White Fluid Pipe, White Fluid Pipe and White Fluid Pipe, arranged in the pattern shown. Produces Bronze Compressor.

Crafting
Bronze Compressor Bronze Compressor guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
modern_industrialization:forge_hammer
Namespace
modern_industrialization
Mod ID
modern_industrialization
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "___",
    " i ",
    "iii"
  ],
  "ingredients": {
    "_": {
      "tag": "c:steel_plates"
    },
    "i": {
      "tag": "c:steel_ingots"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "___",
    " i ",
    "iii"
  ],
  "ingredients": {
    "_": {
      "item": "minecraft:heavy_weighted_pressure_plate"
    },
    "i": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}