createbigcannons:bronze_block

Block of Bronze

Create Big Cannons · by rbasamoyai
block Bronze BlocksBronze Storage BlockStorage BlocksBronze Storage BlockBlock BronzeBronze Storage BlockStorage BlocksBronze Storage BlockPickaxe MineableNeeds Iron Tool

Block of Bronze is a storage block from Create Big Cannons, crafted from Bronze Ingot.

Acquisition

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

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

Compacting using Molten Bronze (810 mB). Produces Block of Bronze.

Compacting
Molten Bronze (810 mB)
Block of Bronze guaranteed

Mining & drops

sourcecountchanceconditions
Block of Bronze1–1100%Survives Explosion

Used in (1)

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

Crafting ⇆ any arrangement
Bronze Ingot Bronze Ingot ×9 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
createbigcannons:bronze_block
Namespace
createbigcannons
Mod ID
createbigcannons
Tags (10)
c:blocks/bronze_blocks
c:blocks/storage_blocks/bronze
c:blocks/storage_blocks
c:items/storage_blocks/bronze
createbigcannons:items/block_bronze
forge:blocks/storage_blocks/bronze
forge:blocks/storage_blocks
forge:items/storage_blocks/bronze
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "createbigcannons:bronze_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:compacting",
  "pattern": null,
  "ingredients": {
    "amount": 810,
    "fluidTag": "forge:molten_bronze"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}