Extended Crafting

Extended Crafting

34M Downloads

[1.16.5] Combination Crafting's CraftTweaker integration isn't working like the wiki says

vizthex123 opened this issue ยท 2 comments

commented

Describe the bug
The script expects 4 values when I gave 5, but the wiki says 5 are supported.

To Reproduce
Steps to reproduce the behavior:

  1. Add my recipe script
  2. Load the game

Expected behavior
When I add the recipe below, it gives me this error:
image

But I followed the format the wiki gave me.

Screenshots / Scripts / Logs
mods.extendedcrafting.CombinationCrafting.addRecipe("10-amc-bag_compress_1", <item:contenttweaker:10-bag>, 10000, 100, [<item:contenttweaker:bag>, <tag:items:amc-value:1>, <tag:items:amc-value:1>, <tag:items:amc-value:1>, <tag:items:amc-value:1>, <tag:items:amc-value:1>, <tag:items:amc-value:1>, <tag:items:amc-value:1>, <tag:items:amc-value:1>, <tag:items:amc-value:1>, <tag:items:amc-value:1>]);

CT Log:
crafttweaker.log

Versions (please complete the following information):

  • Minecraft: 1.16.5
  • Forge: 36.2.0
  • Cucumber: 4.1.10
  • Extended Crafting: 3.1.6
  • CraftTweaker (if applicable): 7.1.0.374
commented

Ah, ok. Thanks.

commented

The powerRate parameter is meant to be the last one. I'll update the docs.