Started by
Brutikzz
on
Topic category: Help with MCreator software
Hey,
I would like to detect how far I travelled, using the scoreboard procedure block, but it doesn't work.
I use a command to print out the distance but it always print out 0.
Am I allowed to use vanilla statistics like "minecraft.custom:minecraft.walk_one_cm" at all?
And how do I use this procedure block for vanilla stuff?
make a procedure that updates an NBT tag every time you change block, and use that NBT tag as your "distance walked"
How do you even detect the "block change"