Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 of 3 tasks
Jack-McKalling opened this issue Oct 11, 2022 · 0 comments
Open
1 of 3 tasks
Labels
enhancement New feature or request

Comments

@Jack-McKalling
Copy link

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"
}
@Jack-McKalling Jack-McKalling added the enhancement New feature or request label Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant