thermal:nickel_block

Block of Nickel

Thermal Foundation · by King Lemming
block Nickel Storage BlockNickel Storage BlockBeacon Base BlocksPickaxe MineableNeeds Iron Tool

Acquisition

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

Crafting
Any Nickel Ingot
Any Nickel Ingot
Any Nickel Ingot
Any Nickel Ingot
Nickel Ingot
Any Nickel Ingot
Any Nickel Ingot
Any Nickel Ingot
Any Nickel Ingot
Block of Nickel guaranteed

Mining & drops

sourcecountchanceconditions
Block of Nickel1–1100%Survives Explosion

Used in (2)

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

Crafting ⇆ any arrangement
Nickel Ingot Nickel Ingot ×9 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
thermal:nickel_block
Namespace
thermal
Mod ID
thermal_foundation
Tags (5)
forge:blocks/storage_blocks/nickel
forge:items/storage_blocks/nickel
minecraft:blocks/beacon_base_blocks
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (1):

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