NuclearCraft: Neoteric

NuclearCraft: Neoteric

371k Downloads

The Leacher extracts only one resource from vein

marcin212 opened this issue ยท 0 comments

commented

Versions:
Mod: 1.1.6
MC: 1.20.1
Forge: 47.3.12

The Leacher extracts only one resource from vein when in "research paper" mode. For example, for bornite I see in the code that there is:

add(
            new HashMap<>() {
                {
                    put("copper", 70);
                    put("iron", 30);
                }
            },
            "bornite"
        );

and it extracts only Iron.

s1

1 231 000 mB and no copper slurry:

s2