Skip to content

SFM Interaction with productive bees and Mekanism??? #528

@saphiregaming7-glitch

Description

@saphiregaming7-glitch

Wrote a program to:
1 > remove comb from hive
2 > Add Comb to Centrifuges
3 > Add Power to Centrifuges from Energy Cube
4 > Remove Product Item and Liquid from Centrifuge and add to AE Network

The issue:
Power is transfering to almost all of the Centrifuges. The cable network is intact and connected correctly. Power will transfer to all the centrifuges but randomly 1 or 2 will run completely out of power and wont refill for a while. Tried debugging code. Code appears correct. Rebuilt the wire network Changed the program to a few different variations. Changed it from every 20 ticks do to every redstone pulse. The issue still persists and is random which centrifuge is affected. Somebody in the Discord is having the exact same issue.

Here is the code im using:

NAME "Comb Processing"

every redstone pulse do
input forge_energy:: from EnergyCell west side
output retain 10000 forge_energy:: to each Centrifuge
forget
input from Hive Slots 2,3,4,5,6,7,8,9,10
Output productivebees:configurable_honeycomb, productivebees:configurable_comb to each Centrifuge Slots 1
forget
input from Centrifuge Slots 2,3,4,5,6,7,8,9,10
Output to Interface
forget
input fluid:: from Centrifuge
Output fluid:: to FluidOut
forget
input Pollen_Puff from Hive
Output to Interface
End

Here is the discord help thread:

https://discord.com/channels/967118679370264627/1493266115638329374

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions