Create Fabric

Create Fabric

7M Downloads

[Bug] REI recipe displays not supported

EvanHsieh0415 opened this issue ยท 0 comments

commented

Describe the Bug

REI does not support the display of sequenced_assembly recipes that use two or more consecutive filling actions, but the recipe itself can still be used.

Reproduction Steps

  1. Create a create:sequenced_assembly reciep, like
{
  "type": "create:sequenced_assembly",
  "ingredient": { "item": "minecraft:apple" },
  "transitionalItem": { "item": "minecraft:iron_ingot" },
  "sequence": [
    {
      "type": "create:filling",
      "ingredients": [
        { "item": "minecraft:iron_ingot" },
        { "fluid": "minecraft:water", "amount": 27000 }
      ],
      "results": [{ "item": "minecraft:iron_ingot" }]
    },
    {
      "type": "create:filling",
      "ingredients": [
        { "item": "minecraft:iron_ingot" },
        { "fluid": "minecraft:lava", "amount": 81000 }
      ],
      "results": [{ "item": "minecraft:iron_ingot" }]
    }
  ],
  "results": [{ "item": "minecraft:diamond", "chance": 1 }],
  "loops": 1
}
  1. Load in world

Expected Result

Display the REI Recipe

Screenshots and Videos

2023-03-26_11 21 25
Image

Crash Report or Log

Log fragment: https://mclo.gs/5deAgg0

Operating System

Windows 10

Mod Version

0.5.0i

Minecraft Version

1.18.2

Other Mods

  • REI 8.3.590

Additional Context

No response