
[Bug] Custom Crook Recipe Bug
DevScyu opened this issue ยท 2 comments
Describe the bug
When using a custom recipe with the crook, it seems to duplicate the input item.
To Reproduce
Steps to reproduce the behavior:
Use the following custom recipe in a datapack:
{
"type": "exnihilosequentia:crook",
"results": [
{
"chance": 0.4,
"item": "minecraft:oak_sapling",
"count": 1
}
],
"input": {
"item": "minecraft:dirt"
}
}
Expected behavior
You only get the items in the result.
Version
Minecraft Version: 1.16.5
Forge Version: 36.0.42
Ex Nihilo: Sequentia Version: 1.16-2.0.2.1
can confirm that it happens with any crook recipe you add via datapack. i made that example above with logs. its duplicating 3-4 logs and sometimes the sapling.