Ellpeck / ActuallyAdditions

A Minecraft Mod about lots of useful gadgets and things!
http://minecraft.curseforge.com/projects/actually-additions
MIT License
214 stars 99 forks source link

Store phantom blocks bound target as an offset #1298

Closed remuladgryta closed 4 years ago

remuladgryta commented 5 years ago

If the various phantom blocks stored their linked target as an offset from their own coordinates instead of absolute coordinates it would improve compatibility with mods that can move tile entities.

This would make e.g. Project Red frame machines work with phantom blocks: if you move a frame machine with a phantom energyface bound to some other machine that's also attached to the same frame machine, you would expect the connection to remain.

TomyLobo commented 5 years ago

We have the same issue with Funky Locomotion. Phantom Placer goes completely bonkers, saying the target is obstructed. I'm tempted to attempt to make these offsets myself, but I don't want to put a lot of work into it if it ends up being rejected because that is not a change they want to see.

Ellpeck commented 4 years ago

Duplicate of #1040, actually