2021.1 Snapshot Error

Started by 2Cool4u on

Topic category: Troubleshooting, bugs, and solutions

Active 1 year ago
Joined Apr 2015
Points:
1029

User statistics:

  • Modifications: 0
  • Forum topics: 51
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 116
2021.1 Snapshot Error

Error I set a player tick to test if player velocity is greater than 1, send a message. But in game, it doesn't seem to detect if my velocity(x y and z) is greater than 0

Why do you have same if…
Tue, 01/19/2021 - 07:50

Why do you have same if twice?

Also, your procedure check for velocity greater than 0, not 1 as you said.

For posting images, please, read https://mcreator.net/wiki/how-post-images-website

Active 1 year ago
Joined Apr 2015
Points:
1029

User statistics:

  • Modifications: 0
  • Forum topics: 51
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 116
I meant 0. It test for both…
Wed, 01/20/2021 - 00:51

I meant 0. It test for both the x and z independently. It still doesn’t work