[Bug] Unable to Unbind Entangled Block
LilMxPlagueRat opened this issue ยท 4 comments
Version Info
- Minecraft, 1.18.2
- Entangled, 1.3.11 (through the FTB Stoneblock 3 Modpack)
Description of the Bug
When Sneak + Right-clicking on an Entangled Block with an empty hand the Entangled Block is not becoming Unbound
Steps to Reproduce
- Bind Entangled Block to any other block
- Select an empty hand
- Hold Sneak Key and Right click
- Entangled Block is still bound
Screenshots
I'm not sure how to show this in screenshots
This appears to be working fine with just Entangled 1.3.11 (and 1.3.12) and my core and config libraries.
Could you check if the issue persists with just Entangled and if not, narrow down the mods needed to reproduce it?
and
I'm not actually sure how to do that, as I've never modded without using a mod pack and I'm not sure what mods rely of what in the pack
In that case it's probably best to report the issue to Stoneblock 3. You can find the repository for FTB packs here: https://github.com/FTBTeam/FTB-Modpack-Issues/issues
So I've just encountered this as well and noticed it threw some errors in the server console.
I've also opened an issue on the FTB repo you linked here: FTBTeam/FTB-Modpack-Issues#2859
The error mentions something in the canBindTo
method about not being able to invoke a Vector method because the variable is null.
https://pste.ch/takutogiva.pl
Upon checking, it seems like the code is only checking if both pos
and dimension
are null, not individually.
https://github.com/SuperMartijn642/Entangled/blob/1.18/src/main/java/com/supermartijn642/entangled/EntangledBlockEntity.java#L148
I'm not sure which mod changes the BlockPos to null there through some mixin, but at least that's where it seems to happen...