I want to /give @user minecraft:loadstone_compass facing towards the same direction mine points. However, there is no minecraft:loadstone_compass, only minecraft:compass which is common for all compass types.
Attachments
Comments 4
Thank you @Greymagic27 - realize this is the wrong place to ask, but may I ask for an example how to set the NBT tags to turn a compass into a lodestone compass. Looked around to see if there were any ways to list out possible NBT tags for an object, but walking with blindfold here (trying to help my 8-year old who knows a lot more about NBT tags than me... ).
Here is how you can give yourself a compass pointing to specific coords:
/give @p compass{LodestoneDimension:"overworld",LodestoneTracked:0b,LodestonePos:{X:147,Y:50,Z:209}}
That's because the lodestone compass is just a compass with 2 NBT tags in place.