#Crushing Wheel Replacing Recipes

16 messages · Page 1 of 1 (latest)

polar dust
#

How do you make a custom made recipe become the main one used? I somehow managed to have iron and copper work without any of the replace code, but every other ore is not being the custom ones, just the genetic ones.

magic sinewBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

polar dust
west canyonBOT
#

Paste version of gold_ore_crushing.js, iron_ore_crushing.js from @polar dust

quiet summit
polar dust
#

Okay, so I just make one big event to remove all crushing recipies I don't want?

And how do I find the ids for create crushing? The remove event won't remove my own custom recipes if they have the same input right?

quiet summit
#

Yes.

Use F3+H to show recipe id, you can hover over them in JEI

polar dust
#

Oh why thank you.

quiet summit
#

Theres a removeRecipes function in which im deleting everything i don’t need, then theres oreProcessing where i made bunch of custom stuff related to ores and theres removal too

#

Call the removal first and then call the adding of crushing recipe, you wont remove yours

#

you can just do .remove() where type will be create:crushing, and input a tag of #forge:ores, it will remove all recipes that input an ore in createCrushing

#

Or if you need just a specific one, change the input to say minecraft:gold_ore

polar dust
#

Alright, that makes sense.Thank you for explaining this, I am still new to kubeJS usage.

quiet summit
#

no problem, glad i could help