techreborn:silver_storage_block

Block of Silver

Tech Reborn · by Team Reborn, modmuss50, drcrazy
block Silver BlocksSilver BlocksPickaxe MineableNeeds Iron ToolStorage Blocks

Acquisition

Blasting using Block of Raw Silver (750 ticks, 4.5 xp). Produces Block of Silver.

Blasting

750 ticks· 4.5 xp

Block of Silver guaranteed

Smelting using Block of Raw Silver (1500 ticks, 4.5 xp). Produces Block of Silver.

Smelting

1500 ticks· 4.5 xp

Block of Silver guaranteed

Crafting using Silver Ingot, Silver Ingot, Silver Ingot, Silver Ingot, Silver Ingot, Silver Ingot, Silver Ingot, Silver Ingot and Silver Ingot, in any arrangement. Produces Block of Silver.

Crafting ⇆ any arrangement
Silver Ingot
Silver Ingot
Silver Ingot
Silver Ingot
Silver Ingot
Silver Ingot
Silver Ingot
Silver Ingot
Silver Ingot
Block of Silver guaranteed

Mining & drops

sourcecountchanceconditions
Block of Silver1–1100%Survives Explosion

Used in (1)

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

Crafting ⇆ any arrangement
Silver Ingot Silver Ingot ×9 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
techreborn:silver_storage_block
Namespace
techreborn
Mod ID
techreborn
Tags (5)
c:blocks/silver_blocks
c:items/silver_blocks
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool
techreborn:items/storage_blocks

Recipe JSON (3):

{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:raw_silver_storage_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 4.5,
  "cooking_time": 750
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:raw_silver_storage_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 4.5,
  "cooking_time": 1500
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "techreborn:silver_ingot"
    },
    {
      "item": "techreborn:silver_ingot"
    },
    {
      "item": "techreborn:silver_ingot"
    },
    {
      "item": "techreborn:silver_ingot"
    },
    {
      "item": "techreborn:silver_ingot"
    },
    {
      "item": "techreborn:silver_ingot"
    },
    {
      "item": "techreborn:silver_ingot"
    },
    {
      "item": "techreborn:silver_ingot"
    },
    {
      "item": "techreborn:silver_ingot"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}