[Bug] Bound entangled blocks can no longer be placed without resetting them
MuteTiefling opened this issue ยท 2 comments
Version Info
- Minecraft, 1.19.2
- Entangled, 1.3.17
Description of the Bug
Since the blacklist was implemented (#27) bound entangled blocks may no longer be placed. Attempting to place one results in the following message.
Binder is bound to unknown dimension 'minecraft:'
The block may only be placed again if it is cleared by re-crafting it.
Steps to Reproduce
- Place an entangled block
- Bind to some block
- Break the entangled block
- Attempt to place it again
Screenshots
Video: https://streamable.com/5m9e33
As a side note, I think the blacklist is a great tool, but the default of blocking all of ae2/rs across the board feels like too broad a stroke. Entangled blocks have worked fine for years to insert into Interfaces and provide power to Controllers; all the things a reasonable player would expect them to work with. I have worlds where P2P inputs are entangled, allowing me to input into them further away. Pattern interfaces are entangled, allowing me to send the result of a craft back to it to trigger the next. I feel this default blacklist breaks more of the good functionality than it truly fixes.
Rather, it seems to me that a simple copypasta explaining why they cannot work with networking would serve you better and help people understand how these are meant to work. Not everyone understands what the capability system does, and trust me we've fielded a lot of questions in our discord from players who don't understand how they work. A brief explanation has been enough to set them straight though. Will you get questions about it still? Absolutely. But you can just point people at the copypasta and leave it at that.