Skip to content

Autocrafting error for complex machine #204

@uhloin

Description

@uhloin

Issue type:

  • 🐛 Bug

Short description:

Steps to reproduce the problem:

The bug is not very stable and requires many mods, so reproducing is hard.

I have a complex machine
Part 1

Image

Explanation:
This part automates processing of Canola Seeds to Crystallized Canola Seeds from Actually Additions mod.

  1. Crafting Interface in NON-BLOCKING mode with receipt:
    16 Canola Seeds -> 16 Crystallized Canola Seeds
  2. Vanilla barrel to get that seeds, and Atomic Reconstructor from Actually Additions in Pulse mode
  3. Item Interface
  4. World Item Exporter with Ticks/Operation = 10
  5. Pressure Plate and Barrel from Sophisticated Storage with Pickup Upgrade with filter Crystallized Canola Seeds
  6. Importer
    On craft request:
  • canola seeds go to barrel 2,
  • world exporter drops them all in single heap,
  • pressure plate 5 generates redstone pulse
  • pulse activates Atomic Reconstructor
  • Atomic Reconstructor sends laser beam
  • canola seeds are converted to crystallized version
  • Sophisticated Storage barrel 5 picks crystallized seeds
  • importer gets seeds from barrel
  • seeds go to Colossal Chest, connected with Item Interface
  • seeds must be exported to next machine (see next picture)

Part 2

Image

Explanation:

In the left --- Exporter with filtering Crystallized Canola Seeds in Craft mode
(same network where importer 6 from previous picture)

In the right --- normal Item Interface

In the center -- Decorated Pot to limit number of crafted seeds with 1 stack

The bug:
From start scheme works OK
But since some time it stopped. Log contains errors (see attached file)
Job Terminal waits infinite:

Image

If cancel job then craft is performed once but second batch of seeds is failed:

Image

Versions:

  • This mod: integratedcrafting-1.21.1-neoforge-1.4.6.jar
    Versions 1.4.3, 1.4.4, 1.4.4-479 have the same issue
    I did not checked versions before 1.4.3
  • Minecraft: 1.21.1
  • Mod loader version: Neoforge 21.1.226

Log file:

latest.log

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    On hold (awaiting input)

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions