Desh Plate
ad_astra:desh_plate

Desh Plate

Ad Astra · by Alex Nijjar
item Desh PlatesDesh PlatesDesh Plate

Acquisition

Pressing using Desh Ingot. Produces Desh Plate.

Pressing conditional
Desh Plate Desh Plate guaranteed

Crafting using Desh Ingot and Engineer's Hammer, in any arrangement. Produces Desh Plate.

Crafting ⇆ any arrangement conditional
Desh Ingot
Engineer's Hammer
Desh Plate Desh Plate guaranteed
Developer reference
Registry name
ad_astra:desh_plate
Namespace
ad_astra
Mod ID
ad_astra
Tags (3)
ad_astra:items/desh_plates
c:items/desh_plates
forge:items/plates/desh

Recipe JSON (2):

{
  "recipe_type": "create:pressing",
  "pattern": null,
  "ingredients": {
    "tag": "ad_astra:desh_ingots"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:ingots/desh"
    },
    {
      "item": "immersiveengineering:hammer"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "immersiveengineering"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}