
Compacting recipe remove / removeByName method not found
mainframecn opened this issue ยท 1 comments
As per instruction on the documentation page, i've tried to remove a recipe from the mechanical press. (automated packing)
"CompactingManager.removeByName" and "CompactingManager.remove" don't seem to be working methods (anymore)
i.e.
import mods.create.CompactingManager;
CompactingManager.remove(block:cyclic:flint_block);
or
CompactingManager.removeByName("flint_block");
throw an error, "No compatible methods found!"
Am I using it wrong or are the methods not in there anymore?
This was caused by an issue in the auto documentation generator, this has since been fixed for 1.20.1. https://docs.blamejared.com/1.20.1/en/mods/CreateTweaker/CompactingManager/