Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heart does not create if every slot has a minimum amount of required items #93

Open
zrdzn opened this issue Jun 21, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@zrdzn
Copy link
Owner

zrdzn commented Jun 21, 2022

Bug appears only on the 1.8.8 version.

For the scheme:

        crafting:
            '1':
                type: DIAMOND_BLOCK
                amount: 1
            '2':
                type: DIAMOND_BLOCK
                amount: 1
            '3':
                type: DIAMOND_BLOCK
                amount: 1
            '4':
                type: DIAMOND_BLOCK
                amount: 1
            '5':
                type: DIAMOND_BLOCK
                amount: 1
            '6':
                type: DIAMOND_BLOCK
                amount: 1
            '7':
                type: DIAMOND_BLOCK
                amount: 1
            '8':
                type: DIAMOND_BLOCK
                amount: 1
            '9':
                type: DIAMOND_BLOCK
                amount: 1

Does not give the item:

image

Does give the item:

image

For the scheme:

        crafting:
            '1':
                type: DIAMOND_BLOCK
                amount: 1
            '2':
                type: DIAMOND_BLOCK
                amount: 1
            '3':
                type: DIAMOND_BLOCK
                amount: 1
            '4':
                type: DIAMOND_BLOCK
                amount: 1
            '5':
                type: DIAMOND_BLOCK
                amount: 5
            '6':
                type: DIAMOND_BLOCK
                amount: 1
            '7':
                type: DIAMOND_BLOCK
                amount: 1
            '8':
                type: DIAMOND_BLOCK
                amount: 1
            '9':
                type: DIAMOND_BLOCK
                amount: 1

Does not give the item:

image

Does give the item:

image

@zrdzn zrdzn added bug Something isn't working urgent This issue has a highest priority labels Jun 21, 2022
@zrdzn zrdzn added this to the 1.6.1 milestone Jun 21, 2022
@zrdzn zrdzn changed the title Heart does not create if every slot has an amount of 1 Heart does not create if every slot has a minimum amount of required items Jun 23, 2022
@zrdzn zrdzn removed the urgent This issue has a highest priority label Jun 23, 2022
@zrdzn zrdzn removed this from the 1.6.2 milestone Jun 25, 2022
@zrdzn zrdzn added duplicate This issue or pull request already exists bug Something isn't working and removed bug Something isn't working duplicate This issue or pull request already exists labels Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant