Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allay cannot triggered by computer using noteblock #1812

Closed
tmvkrpxl0 opened this issue Apr 30, 2024 · 4 comments
Closed

Allay cannot triggered by computer using noteblock #1812

tmvkrpxl0 opened this issue Apr 30, 2024 · 4 comments
Labels
area-Minecraft This affects CC's Minecraft-specific content. bug A problem or unexpected behaviour with the mod. invalid Issues caused by user error, another mod, etc...

Comments

@tmvkrpxl0
Copy link

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.

@tmvkrpxl0 tmvkrpxl0 added the bug A problem or unexpected behaviour with the mod. label Apr 30, 2024
@SquidDev SquidDev added cannot reproduce I'm unable to reproduce this bug. area-Minecraft This affects CC's Minecraft-specific content. labels Apr 30, 2024
@SquidDev
Copy link
Member

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:

A CC computer with a noteblock to the right of it. An allay is in the distance, and there is a blue wave coming from the note block to the allay.

@tmvkrpxl0
Copy link
Author

I tried your test code and it worked on my side, that was strange.
However I still can't make work as peripheral.

@SquidDev
Copy link
Member

SquidDev commented May 1, 2024

Hrrm, CC doesn't include a noteblock peripheral by default. Do you have any other peripheral mods installed?

@tmvkrpxl0
Copy link
Author

Yes, I didn't know it wasn't supported by default. It's actually from Advanced Peripherals. I should report there instead.

@SquidDev SquidDev added invalid Issues caused by user error, another mod, etc... and removed cannot reproduce I'm unable to reproduce this bug. labels May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Minecraft This affects CC's Minecraft-specific content. bug A problem or unexpected behaviour with the mod. invalid Issues caused by user error, another mod, etc...
Projects
None yet
Development

No branches or pull requests

2 participants