Unique Crops

Unique Crops

7M Downloads

[1.12.2] CraftTweaker recipe support

teagan75 opened this issue · 3 comments

commented

Could we have the ability to remove recipes from the Hourglass of Nostalgia?

commented

There is already support for removing recipes by output from the hourglass - I believe the wiki isn't updated to reflect this yet

commented

Can you give me an example? And yeah the wiki doesn’t say how and I tried something but it failed 😝

commented

HourglassConversion.removeRecipe(<uniquecrops:oldgrass>);

this example removes the conversion of grass blocks to the old grass block variant. Note that the original recipe was added in code:
UniqueCropsAPI.HOURGLASS_RECIPE_REGISTRY.addRecipe(UCBlocks.oldGrass, Blocks.GRASS);