Crushing Sand To Dust
GH-YinXiaoMin opened this issue · 3 comments
Describe the Suggestion
Background : Used the create mod(create-1.20.1-0.5.1.f) and Ex Nihilo: Sequentia mod(exnihilosequentia-1.20.1-5.0.0-build.8) to play MC1.20.1 .
issue: Recipe missing,when crushing wheel crushed sand ,no dust appeared.
solution:I add a json ducument to Crushing folder.
Screenshots and Videos
No response
Additional Context
sand_to_dust.json :
{
"type": "create:crushing",
"ingredients": [
{
"item": "minecraft:sand"
}
],
"processingTime": 200
}
I think this should rather be done on Ex Nihilo's site. Create can't add its own recipes for every mod that comes along (I don't want to take ex nihilo down, I think it's great!).
Create can't add its own recipes for every mod that comes along
That’s true but at the same time, it is a better user experience for the recipes to be added and it really doesn’t matter what mod adds them. They can always be changed by mod packs or data packs for people who don’t like them. Also, is that a challenge?