#Incorrect item amount in recipe

1 messages · Page 1 of 1 (latest)

reef stag
#

Im probably missing something obvious, but the following recipe:

event.recipes.createMixing('create_things_and_misc:sturdy_sheet_block',
[
    {
        'item': 'create:powdered_obsidian',
        'count': 2
    },        
    {
        'fluid': 'minecraft:lava',
        'amount': 1000
    }
])```
gives this outcome:
https://i.imgur.com/dFFDllg.png

While it should require 2 Powdered Obsidian
wild oysterBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

reef stag
#

I also tried it with amount

exotic lion
#
event.recipes.createMixing('create_things_and_misc:sturdy_sheet_block', ['2x create:powdered_obsidian', Fluid.lava(1000)])
#

try that

reef stag
#

That worked

#

Thanks

rancid hollow
#

??closeticket

cold kayakBOT
# rancid hollow ??closeticket

Please close your ticket (with </ticket close:1054771505520717835> or the button atop this thread) once you resolved your issue! This also helps others that would like to help out, as they don't have to look into this thread to check if it has been resolved by now.

Do you have any other questions regarding your issue? Feel free to ask!
Note: You should generally create a new post for unrelated issues.