Raw Gear Stamp
embers:raw_gear_stamp

Raw Gear Stamp

Embers Rekindled · by RCXcrafter, BordListian, Elucent, TechnoMysterio, KomradeSpectre
item

Raw Gear Stamp is a item from Embers Rekindled, crafted from Caminite Blend.

Acquisition

Crafting using Caminite Blend, Caminite Blend, Caminite Blend, Caminite Blend and Caminite Blend, arranged in the pattern shown. Produces Raw Gear Stamp.

Crafting conditional
Caminite Blend
Caminite Blend
Caminite Blend
Caminite Blend
Caminite Blend
Raw Gear Stamp Raw Gear Stamp guaranteed

Used in (1)

Smelting using Raw Gear Stamp (200 ticks, 0.1 xp). Produces Gear Stamp.

Smelting conditional

200 ticks· 0.1 xp

Gear Stamp Gear Stamp guaranteed
Developer reference
Registry name
embers:raw_gear_stamp
Namespace
embers
Mod ID
embers

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "X X",
    " X ",
    "X X"
  ],
  "ingredients": {
    "X": {
      "item": "embers:caminite_blend"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:gears",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}