CreateTweaker

CreateTweaker

10M Downloads

Missing recipeType for bulk blasting/smoking/washing

Patrick15a opened this issue ยท 2 comments

commented

Hello, is there a way to add recipes for blasting, smoking or washing?

I can't find any documentation ore about that and no code in the source code for that.

With best regards,
Patrick15a


Minecraft Version: 1.16.4
Create Version: 0.3e
CreateTweaker Version: 1.0.0.9
CraftTweaker Version: 7.1.0.184

commented

Blasting and Smoking use the vanilla registry for their recipes (so using blasting or smoking will add the recipe to those machines).

Washing I think is the Splashing recipe type.

Create has a class that has all their recipe types, and CreateTweaker uses all of them. (that make sense to use)
https://github.com/Creators-of-Create/Create/blob/mc1.15/dev/src/main/java/com/simibubi/create/AllRecipeTypes.java#L40-L51

commented

Thanks for the quick answer and clarification.
It works ๐Ÿ‘