embers:metal_platform

Metal Platform

Embers Rekindled · by RCXcrafter, BordListian, Elucent, TechnoMysterio, KomradeSpectre
block Pickaxe Mineable

Metal Platform is a block from Embers Rekindled, crafted from Solidified Metal.

Acquisition

Crafting using Solidified Metal, Solidified Metal, Solidified Metal and Solidified Metal, arranged in the pattern shown. Produces 4× Metal Platform.

Crafting
Metal Platform ×4 guaranteed

Crafting using Metal Platform Slab and Metal Platform Slab, arranged in the pattern shown. Produces Metal Platform.

Crafting
Metal Platform Slab
Metal Platform Slab
Metal Platform guaranteed

Mining & drops

sourcecountchanceconditions
Metal Platform1–1100%Survives Explosion

Used in (3)

Crafting using Metal Platform, Metal Platform and Metal Platform, arranged in the pattern shown. Produces 6× Metal Platform Slab.

Crafting
Metal Platform Slab Metal Platform Slab ×6 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
embers:metal_platform
Namespace
embers
Mod ID
embers
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XX",
    "XX"
  ],
  "ingredients": {
    "X": {
      "item": "embers:solidified_metal"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "X",
    "X"
  ],
  "ingredients": {
    "X": {
      "item": "embers:metal_platform_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "embers:solidified_metal"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}