SkyFactory One

SkyFactory One

471k Downloads

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

Jack-McKalling opened this issue ยท 0 comments

commented

General Info

  • I would like to propose new content
  • I would like to propose changes
  • I would like to propose another thing

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"
}