[SUGGESTION] Blocks through portals
rdrpenguin04 opened this issue ยท 3 comments
My friend and I were coming up with ideas for unique nether hubs using flying machines and portals, just for the heck of it. I immediately checked to see if it was possible, and it isn't, for very reasonable reasons: the portal is a block.
But what if block movement was emulated across the border?
If a block would displace a portal block, that portal block instead becomes a metadata clone of the pushed block on both sides, copying redstone signals and other properties across. This could also apply to flowing liquids across portal boundaries.
This seems like a difficult idea, but it also seems like it could be possible. How does that sound to you?
Portals are not blocks, portals are entities. The portal helper blocks create a portal entity, but you can also create one with commands at places and rotations not aligned to the grid. For this reason, it is VERY non-trivial to have piston movement thru portals.
And before you ask, the portals created with the helper blocks are the same kind of portal, so they can be moved and rotated with commands as well, meaning having blocks move thru "just" helper-block portals is still a non-starter.