Flan (Fabric)

Flan (Fabric)

1M Downloads

Ars Nouveau projectile interact seems to be flagged as "destroy" for claim purposes.

Eryhnar opened this issue ยท 2 comments

commented

Modloader

Forge

Minecraft version

1.21.1

Modloader version

21.1.90

Mod version

1.10.10

Description

The protections seem to work fine with most of ars nouveau but while trying to use a scrying eye with projectile interact to open a storage lectern, which itself falls under "chests" for flan, won't work. I have tried all permissions and the only one that seems to enable it to work is block destroy which makes no sense to me. To clarify, the lectern is accessible manually but not with the projectile. Enabling redstone, interactions, fake players did nothing, enabling block break however did.

Steps to reproduce

  1. Set up a storage lectern with a bookwyrm
  2. Set a scrying eye aiming at the lectern
  3. Bind an enchanter's eye to the scrying eye
  4. Set any interact spell on the enchanter's eye
  5. claim the area
  6. use the enchanters eye from the hotbar

Mods that might affect the issue

ars nouveau -- https://www.curseforge.com/minecraft/mc-mods/ars-nouveau/files/5995085

Logs

https://paste.gg/p/anonymous/734295c6f88c42a4bc1d6ae9a7a44b3f

commented

had to go down a rabbithole cause idk that whole setup but:
ars noveau interaction spell calls the BlockEvent.BreakEvent to check if they can interact with the block which... well they shouldnt do as its not breaking blocks. there is PlayerInteractEvent.RightClickBlock (which requires a player though).
this should be reported to them.

ill keep this issue open for now

commented

Oh, ok. They told me to report it to you. I will let them know. Thank you.