/condense <any argument> ignores item amounts in recipes.
KermX opened this issue ยท 1 comments
Type of bug
Exploit, Compatibility issue
/ess dump all
output
https://essentialsx.net/dump.html?id=959a18f0b3d34275be3c2cb4a3db0c0c
Error log (if applicable)
No response
Bug description
I believe this only applies to custom crafting recipes as there are no vanilla recipes that use multiple items per slot.
Ex.
custom crafting recipe: 9 stacks of 64 stone results in 1 item
bug causes 9 stacks of 64 stone to result in 64 items when using /condense
Steps to reproduce
- Create crafting recipe with some custom crafting plugin (I use ecoitems) that requires 9 stacks of any item to result in 1 item
- Use /condense
Expected behaviour
/condense should either result in no item like /condense does, or it should respect the crafting recipe.
Actual behaviour
/condense results in item amounts in the crafting recipe not being respected and outputs an incorrect number of the result item.
Recipes normally have one item in them. It looks like the plugin you're using probably does some weird magic to get that to work the way it does. You'll probably want to either adjust your recipe, or report it as an issue to the author of that plugin as unless this is something we can reproduce it is unlikely to be fixed by Essentials.