DarkPacks / SkyFactory-One

Other
21 stars 3 forks source link

[Suggestion]: add crushed end stone recipe for material stonework factory #179

Open Jack-McKalling opened 1 year ago

Jack-McKalling commented 1 year ago

General Info

Suggestion Description

You can crush Netherrack into Crushed Netherrack using the Industrial Foregoing "Material StoneWork Factory", but you cannot do the same with End Stone. This recipe is missing.

It would be exactly the same and it would make sense to include this one too.

Existing recipe for netherrack:

{
  "input": {
    "item": "minecraft:netherrack"
  },
  "output": {
    "item": "exnihilosequentia:crushed_netherrack"
  },
  "type": "industrialforegoing:crusher"
}

Suggested recipe for end stone:

{
  "input": {
    "item": "minecraft:end_stone"
  },
  "output": {
    "item": "exnihilosequentia:crushed_end_stone"
  },
  "type": "industrialforegoing:crusher"
}