Create Fabric

Create Fabric

7M Downloads

"count" item ingredient parameter not supported

MrRedstoneToGo opened this issue ยท 3 comments

commented

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

commented

it does not, you need to duplicate the ingredient times

commented

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

commented

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