CreateAutomated 1.4.0b
Forge 36.2.5
Crafttweaker 7.1.2.451
When adding recipes via crafttweaker, such as:
recipetype:createautomated:extracting.addRecipe("diamonds_from_cobble", item:minecraft:cobblestone, item:minecraft:diamond, 3, new RequiredProgress().atSpeedOf(32).takesSeconds(2), 2, 4);
the added recipe doesnt respect the "atSpeedOf" or "takesSeconds". The recipe added runs at 128 RPM for 1 Second, instead of the intended 32 RPM for 2 Seconds.
Image of recipe in game:
https://imgur.com/a/apuBywO
CreateAutomated 1.4.0b
Forge 36.2.5
Crafttweaker 7.1.2.451
When adding recipes via crafttweaker, such as:
recipetype:createautomated:extracting.addRecipe("diamonds_from_cobble", item:minecraft:cobblestone, item:minecraft:diamond, 3, new RequiredProgress().atSpeedOf(32).takesSeconds(2), 2, 4);
the added recipe doesnt respect the "atSpeedOf" or "takesSeconds". The recipe added runs at 128 RPM for 1 Second, instead of the intended 32 RPM for 2 Seconds.
Image of recipe in game:
https://imgur.com/a/apuBywO