Applied Energistics 2

Applied Energistics 2

137M Downloads

ME Level Emitter does not work with "Crafting Emitter Mode"

pnck opened this issue ยท 1 comments

commented

Describe the bug

See reproduction.

How to reproduce the bug

Check this structure:

image

The pattern requires birch wood to be transferred from the storage bus side (the left barrel) to the pattern provider side:
image

But as above shows the level emitter doesn't do anything.

image

Expected behavior

If the emitter works correctly, it would request a redstone block to be "crafted", which would shown by the crafting monitor (manually request in the screenshot):

image

Additional details

Play with allthemods8 modpack v1.0.27, AE2-forge-12.9.8

Which minecraft version are you using?

1.19

On which mod loaders does it happen?

Forge

Crash log

N/A

commented

that is not what the "Emit redstone to craft item" option does.
what it actually does, is act as a pattern provider with the recipe "Nothing -> Redstone Block", and if you request a redstone block, it will emit a redstone signal until the request is satisfied (ie. the system got a redstone block)

If you want to requst something by sending a redstone signal, you need an export bus with a crafting and a redstone card

(see https://guide.appliedenergistics.org/#/development/ae2:items-blocks-machines/level_emitter.md for reference)