Moving an already moved object with Moving Block Cluster Function
MC Version: 1.21 MythicDungeon Version: MythicDungeons-2.0.1-SNAPSHOT Build 244 MythicMobs Version: 5.9.0
Goal: Making a movable platform that goes from Location A to B and from B to A. p.s. making custom doors that close and open on triggers that have been send can also work the same way C:
Issue: When moving a platform from Location A to B and from Location B to A doesnt work with a Function Sequencer or Function Repeater or 2 separate functions.
Steps:
- Build a 3x3 platform in mc.
- Make a function that sends a signal named Test1
- Make a second function that sends a signal named Test2
- Make a Repeater/Sequence or 2 separate functions that make the movable cluster move back and forth.
- Remove the blocks of the 2nd function that marked Location B.
- Test this out when the dungeon is started.
Result: The first function moving the platform from A to B works fine. The second function moving it back doesn't work. The Select Area tool from the 2nd function seems to remember which blocks have been in the area to mark the area with. The 2nd function does move 2 shulker heads back to Location A, the same location where the blocks have been placed.
Suggestion: When an area of blocks is moved, it doesnt look like the blocks are placed back. Evidence for this is that the blocks dont have lines around them to mark the block. When looking at the platform after the first function is triggered no outlining of the blocks is shown. If you hold your cursor on a block that isnt moved you noticed there is outlining. This does make me think the 2nd function doesnt recognize the blocks and doesn't move them back.
A suggestion would be to add multiple locations in the Moving Block Cluster Function. This way it can keep moving between the locations to fix the issue.
If you need anymore information regarding the issue feel free to ask!