Pressing using Desh Ingot. Produces Desh Plate.
Desh Plate
Ad Astra · by Alex Nijjar
Acquisition
Crafting using Desh Ingot and Engineer's Hammer, in any arrangement. Produces Desh Plate.
Related items
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
}