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

Block of Nickel
Immersive Engineering · by BluSunrize and Damien A.W. Hazard
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Block of Nickel | 1–1 | 100% | Survives Explosion |
Used in (2)
Block drops
Drops itself when broken.
Developer reference
- Registry name
immersiveengineering:storage_nickel- Namespace
immersiveengineering- Mod ID
immersiveengineering- Tags (4)
forge:blocks/storage_blocks/nickel forge:items/storage_blocks/nickel minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_iron_tool
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"s",
"s"
],
"ingredients": {
"s": {
"item": "immersiveengineering:slab_storage_nickel"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"sss",
"sis",
"sss"
],
"ingredients": {
"i": {
"item": "immersiveengineering:ingot_nickel"
},
"s": {
"tag": "forge:ingots/nickel"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}