Fabricators-of-Create / Create

[Fabric Mod] Building Tools and Aesthetic Technology
MIT License
827 stars 185 forks source link

"count" item ingredient parameter not supported #1440

Closed MrRedstoneToGo closed 3 weeks ago

MrRedstoneToGo commented 3 weeks ago

Describe the Bug

Have I overlooked something or does Create not support the "count" parameter?

"type": "create:compacting", "heatRequirement": "heated", "ingredients": [ { "count": 4, "item": "garnished:cracked_peanut" } ], "results": [ { "amount": 4050, "fluid": "garnished:peanut_oil" } ] }

Reproduction Steps

Create a datapack with this (above) recipe

Expected Result

4 cracked nuts

Screenshots and Videos

2024-04-11_00 20 43

Crash Report or Log

No response

Operating System

Windows 11

Mod Version

0.5.1f

Minecraft Version

1.20.1

Other Mods

No response

Additional Context

No response

TropheusJ commented 3 weeks ago

it does not, you need to duplicate the ingredient times

MrRedstoneToGo commented 3 weeks ago

Why don't you add that? Is it because packing is based on shaped recipes that have one item per slot?

TropheusJ commented 3 weeks ago

inputs are ingredients, not item stacks. They don't have counts.