bloodmagic:dungeon_metal

Hellforged Block

Blood Magic · by WayofTime
block Hellforged Storage BlockHellforged Storage BlockPickaxe MineableNeeds Stone Tool

Acquisition

Crafting using Hellforged Ingot, Hellforged Ingot, Hellforged Ingot, Hellforged Ingot, Hellforged Ingot, Hellforged Ingot, Hellforged Ingot, Hellforged Ingot and Hellforged Ingot, arranged in the pattern shown. Produces Hellforged Block.

Crafting
Hellforged Ingot
Hellforged Ingot
Hellforged Ingot
Hellforged Ingot
Hellforged Ingot
Hellforged Ingot
Hellforged Ingot
Hellforged Ingot
Hellforged Ingot
Hellforged Block guaranteed

Mining & drops

sourcecountchanceconditions
Hellforged Block1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
bloodmagic:dungeon_metal
Namespace
bloodmagic
Mod ID
bloodmagic
Tags (4)
forge:blocks/storage_blocks/hellforged
forge:items/storage_blocks/hellforged
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "sss",
    "sss",
    "sss"
  ],
  "ingredients": {
    "s": {
      "tag": "forge:ingots/hellforged"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:storage_blocks/hellforged"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}