Battery Alloy Ingot
modern_industrialization:battery_alloy_ingot

Battery Alloy Ingot

Modern Industrialization · by Azercoco, Technici4n
item Battery Alloy Ingots

Battery Alloy Ingot is a item from Modern Industrialization, crafted from Block of Battery Alloy.

Acquisition

Crafting using Block of Battery Alloy, arranged in the pattern shown. Produces 9× Battery Alloy Ingot.

Crafting
Battery Alloy Ingot Battery Alloy Ingot ×9 guaranteed

Blasting using Battery Alloy Dust (100 ticks, 0.7 xp). Produces Battery Alloy Ingot.

Blasting

100 ticks· 0.7 xp

Battery Alloy Ingot Battery Alloy Ingot guaranteed

Smelting using Battery Alloy Dust (200 ticks, 0.7 xp). Produces Battery Alloy Ingot.

Smelting

200 ticks· 0.7 xp

Battery Alloy Ingot Battery Alloy Ingot guaranteed

Crafting using Battery Alloy Nugget, Battery Alloy Nugget, Battery Alloy Nugget, Battery Alloy Nugget, Battery Alloy Nugget, Battery Alloy Nugget, Battery Alloy Nugget, Battery Alloy Nugget and Battery Alloy Nugget, arranged in the pattern shown. Produces Battery Alloy Ingot.

Crafting
Battery Alloy Nugget
Battery Alloy Nugget
Battery Alloy Nugget
Battery Alloy Nugget
Battery Alloy Nugget
Battery Alloy Nugget
Battery Alloy Nugget
Battery Alloy Nugget
Battery Alloy Nugget
Battery Alloy Ingot Battery Alloy Ingot guaranteed

Used in (2)

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

Crafting
Battery Alloy Ingot
Battery Alloy Ingot
Battery Alloy Ingot
Battery Alloy Ingot
Battery Alloy Ingot
Battery Alloy Ingot
Battery Alloy Ingot
Battery Alloy Ingot
Battery Alloy Ingot
Block of Battery Alloy guaranteed

Crafting using Battery Alloy Ingot, arranged in the pattern shown. Produces 9× Battery Alloy Nugget.

Crafting
Battery Alloy Ingot
Battery Alloy Nugget Battery Alloy Nugget ×9 guaranteed
Developer reference
Registry name
modern_industrialization:battery_alloy_ingot
Namespace
modern_industrialization
Mod ID
modern_industrialization
Tags (1)
c:items/battery_alloy_ingots

Recipe JSON (4):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "x"
  ],
  "ingredients": {
    "x": {
      "item": "modern_industrialization:battery_alloy_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "modern_industrialization:battery_alloy_dust"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.7,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "modern_industrialization:battery_alloy_dust"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.7,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "yxx",
    "xxx",
    "xxx"
  ],
  "ingredients": {
    "x": {
      "tag": "c:battery_alloy_nuggets"
    },
    "y": {
      "item": "modern_industrialization:battery_alloy_nugget"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}