thermal:bronze_block

Block of Bronze

Thermal Foundation · by King Lemming
block Bronze Storage BlockBronze Storage BlockBeacon Base BlocksPickaxe MineableNeeds Stone Tool

Acquisition

Crafting using Any Bronze Ingot, Any Bronze Ingot, Any Bronze Ingot, Any Bronze Ingot, Bronze Ingot, Any Bronze Ingot, Any Bronze Ingot, Any Bronze Ingot and Any Bronze Ingot, arranged in the pattern shown. Produces Block of Bronze.

Crafting
Any Bronze Ingot
Any Bronze Ingot
Any Bronze Ingot
Any Bronze Ingot
Bronze Ingot
Any Bronze Ingot
Any Bronze Ingot
Any Bronze Ingot
Any Bronze Ingot
Block of Bronze guaranteed

Mining & drops

sourcecountchanceconditions
Block of Bronze1–1100%Survives Explosion

Used in (2)

Crafting using Block of Bronze, in any arrangement. Produces 9× Bronze Ingot.

Crafting ⇆ any arrangement
Bronze Ingot Bronze Ingot ×9 guaranteed

Block drops

dropscountchanceconditions
Block of Bronze1–1100%Survives Explosion
Developer reference
Registry name
thermal:bronze_block
Namespace
thermal
Mod ID
thermal_foundation
Tags (5)
forge:blocks/storage_blocks/bronze
forge:items/storage_blocks/bronze
minecraft:blocks/beacon_base_blocks
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#I#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/bronze"
    },
    "I": {
      "item": "thermal:bronze_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}