Screen hit blocks are only created on the client when using third-party wrenches
maginator opened this issue ยท 7 comments
Hi my Problem is that if i rightclick on a 2x2 or 3x3 Screen they disapear i only can click once and then it is away
Steps to reproduce:
Build up a Screen 2x2 or 3x3 and rightclick on a Button Modul or only on the Screen
Versions:
- Minecraft: 1.12.2
- Forge: 14.23.2.2618
- McJtyLib: 6.4
- RFTools: 7.29
Possibly incompatible mods and versions:
I'm playing FTB Revelation 1.8.0 with Mekanism
Right-clicking a screen with a wrench lets you toggle it being transparent, in addition to changing its size. Is this what you're doing? If so, this is normal behavior. To interact with the screen normally, just use something that's not a wrench. If not, can you upload a video of exactly what you're doing? Further, the versions you gave me don't match what's in Revelation 1.8.0. What changes did you make to your pack?
Use an RFTools smart wrench for now. It is a known issue that this doesn't work properly with other wrenches
Looks like the problem is in here somewhere:
https://github.com/McJty/RFTools/blob/91126ec9a6eae10436f130276711ed417b7977b7/src/main/java/mcjty/rftools/ForgeEventHandlers.java#L152-L172
Edit: Never mind.