Suggestion:
Allow users to adjust the coordinates in view online mode.
Explanation:
As of right now, whenever you press view online and then you click on a block it gives you the relative coordinates in which that block must be placed. My suggestion is that users are allowed to manually adjust the anchor/starting coordinate (0,0,0) to whichever coordinate they wish. As a result of adjusting the anchor coordinate the rest of the coordinates will automatically adjust relative to the new anchor coordinate.
Reason for suggestion:
Some players are incapable of using schematic mods for building their map art. One example being Bedrock players. For this reason, these players have had to manually calculate the absolute position of each block in the map art. Having to pull out a calculator every 3 seconds every single time you forget which coordinate you were on is extremely cumbersome and time consuming.
Implementation:
The calculation should be as simple as adding the relative coordinates of a block to the anchor coordinate provided by the user. This should return the absolute coordinate for that block. After that, just simply repeat the process for each block.
Suggestion:
Allow users to adjust the coordinates in view online mode.
Explanation:
As of right now, whenever you press view online and then you click on a block it gives you the relative coordinates in which that block must be placed. My suggestion is that users are allowed to manually adjust the anchor/starting coordinate (0,0,0) to whichever coordinate they wish. As a result of adjusting the anchor coordinate the rest of the coordinates will automatically adjust relative to the new anchor coordinate.
Reason for suggestion:
Some players are incapable of using schematic mods for building their map art. One example being Bedrock players. For this reason, these players have had to manually calculate the absolute position of each block in the map art. Having to pull out a calculator every 3 seconds every single time you forget which coordinate you were on is extremely cumbersome and time consuming.
Implementation:
The calculation should be as simple as adding the relative coordinates of a block to the anchor coordinate provided by the user. This should return the absolute coordinate for that block. After that, just simply repeat the process for each block.