Integrated Dynamics

Integrated Dynamics

63M Downloads

Allow addition/removal of chance-based recipes with CraftTweaker

Fireztonez opened this issue ยท 3 comments

commented

I try to remove some Squeezer recipes, but I can't make it work. I look the syntax in your Wiki, but I think there is miss somes informations for help remove or make special advance recipe.

For make it more clear, the first thing I try to do is remove the squeezer recipe for sugar from sugar cane...
I try to do :
mods.integrateddynamics.Squeezer.removeRecipe(<minecraft:reeds>);
mods.integrateddynamics.Squeezer.removeRecipe(<minecraft:reeds>,<minecraft:sugar>*3, null);

But that 2 tests doesn't delete the recipe.

Other thing I want to know is how can I make a recipe giving multiple output or chance to have more... By example, the default sugar recipe is 2 + 50% chance to output one more... how I can do that with CraftTweaker??

Versions:
Minecraft : 1.12.2
Forge: 14.23.3.2678
Integrated Dynamics: 0.11.12

Thank's
Fireztonez

commented

The CT integration indeed does not support the chance-based outputs, and this also causes the problem of the recipe not being removable, as you can not define its chance output.

I will look into improving this integration at some point in the future.

In the meantime, you can use our XML recipe system that allows you to override recipes.

commented

Thank's for the reply!
Perfect I will look the XML system, but for sure it will be great to improved the CT integration to support everithing.... CT have a big potential for making recipe I think!

Fireztonez

commented

Irrelevant, now that we are using JSON recipes.