Allay cannot triggered by computer using noteblock
tmvkrpxl0 opened this issue ยท 4 comments
Minecraft Version
1.20.x
Version
1.110.2
Details
I tried to automatically call allays using computer, but neither using noteblock as peripheral nor sending redstone signal to it calls allays back. I don't even see light blue thing that normally gets sent to them.
I'm afraid I cannot reproduce this (using MC 1.20.1, CC:T 1.110.3, Fabric 0.86.1). I did the following in a creative world:
- Spawn in a new allay.
- Gave the allay a sandstone.
- Placed a note block and activated it once.
- Placed a computer next to the allay, and ran the
while true do rs.setOutput("right", true) sleep() rs.setOutput("right", false) sleep() end
. - Threw a piece of sandstone on the floor.
The allay picked up the sandstone and returned to the noteblock. I can also confirm I saw the particle effects:
I tried your test code and it worked on my side, that was strange.
However I still can't make work as peripheral.
Hrrm, CC doesn't include a noteblock peripheral by default. Do you have any other peripheral mods installed?