RoughlyEnoughItems icon indicating copy to clipboard operation
RoughlyEnoughItems copied to clipboard

REI not displaying one Create recipe

Open KostromDan opened this issue 1 year ago • 1 comments

What happened?

With JEI works perfect.

    event.remove({
        output: "create:sturdy_sheet"
    })
    event.custom({
        "type": "create:sequenced_assembly",
        "ingredient": {
            "item": 'createdeco:cast_iron_sheet'
        },
        "loops": 3,
        "results": [
            {
                "item": "create:sturdy_sheet"
            }
        ],
        "sequence": [
            {
                "type": "create:deploying",
                "ingredients": [
                    {
                        "item": "create:unprocessed_obsidian_sheet"
                    },
                    {
                        "item": "create:powdered_obsidian"
                    }
                ],
                "results": [
                    {
                        "item": "create:unprocessed_obsidian_sheet"
                    }
                ]
            },
            {
                "type": "create:filling",
                "ingredients": [
                    {
                        "item": "create:unprocessed_obsidian_sheet"
                    },
                    {
                        "amount": 1000,
                        "fluid": "minecraft:lava",
                        "nbt": {}
                    }
                ],
                "results": [
                    {
                        "item": "create:unprocessed_obsidian_sheet"
                    }
                ]
            },
            {
                "type": "create:pressing",
                "ingredients": [
                    {
                        "item": "create:unprocessed_obsidian_sheet"
                    }
                ],
                "results": [
                    {
                        "item": "create:unprocessed_obsidian_sheet"
                    }
                ]
            },
            {
                "type": "create:filling",
                "ingredients": [
                    {
                        "item": "create:unprocessed_obsidian_sheet"
                    },
                    {
                        "amount": 1000,
                        "fluid": "minecraft:lava",
                        "nbt": {}
                    }
                ],
                "results": [
                    {
                        "item": "create:unprocessed_obsidian_sheet"
                    }
                ]
            },
            {
                "type": "create:filling",
                "ingredients": [
                    {
                        "item": "create:unprocessed_obsidian_sheet"
                    },
                    {
                        "amount": 1000,
                        "fluid": "minecraft:lava",
                        "nbt": {}
                    }
                ],
                "results": [
                    {
                        "item": "create:unprocessed_obsidian_sheet"
                    }
                ]
            },
            {
                "type": "create:pressing",
                "ingredients": [
                    {
                        "item": "create:unprocessed_obsidian_sheet"
                    }
                ],
                "results": [
                    {
                        "item": "create:unprocessed_obsidian_sheet"
                    }
                ]
            }
        ],
        "transitionalItem": {
            "item": "create:unprocessed_obsidian_sheet"
        }
    })
    ```

### What mod loaders are you seeing the problem on?

Forge

### What do you think this bug is of?

- [ ] Visual
- [X] Recipe Lookup
- [ ] Cheat Mode
- [ ] Plugin Integration / JEI Plugin Compatibility
- [ ] Others

### Relevant log output

```shell
-

Anything else?

No response

By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.

  • [X] Yes, and I did not use any paste services other than GitHub Gists.

By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.

  • [X] Yes

KostromDan avatar Oct 14 '23 10:10 KostromDan