How to walk/run on water

Started by CaiGuyCrafter on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 months ago
Joined Dec 2018
Points:
987

User statistics:

  • Modifications: 1
  • Forum topics: 45
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 148
How to walk/run on water
Sat, 04/17/2021 - 01:49 (edited)

I've seen walking on water done in Minecraft mods before, but I don't know how to do it in Mcreator. I've looked it up before, but it hasn't been very clarifying. In other forums, it says that all you have to do is detect if there is water below you and if there is give yourself levitation for one tick, but that doesn't seem to work... So, does anyone have any other suggestions? If so, I'm wondering if there is a way to make water like a solid block instead of giving a potion effect, because if you go into your inventory, you'll be able to see the effect and I don't want that. Anyway, thanks! 

Edited by CaiGuyCrafter on Sat, 04/17/2021 - 01:49
Active 2 months ago
Joined Dec 2018
Points:
987

User statistics:

  • Modifications: 1
  • Forum topics: 45
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 148
Just for clarification it's…
Sat, 04/17/2021 - 01:50

Just for clarification it's kind of like a Naruto thing.

Active 1 day ago
Joined May 2018
Points:
1102

User statistics:

  • Modifications: 8
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 310
You could make a fake solid…
Thu, 04/29/2021 - 14:28

You could make a fake solid block that looks exactly like water that only appears under a player when they're above water.

Active 2 months ago
Joined Dec 2018
Points:
987

User statistics:

  • Modifications: 1
  • Forum topics: 45
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 148
Ok, I could try this, thanks!
Sat, 05/01/2021 - 13:12

Ok, I could try this, thanks!

Active 2 months ago
Joined Dec 2018
Points:
987

User statistics:

  • Modifications: 1
  • Forum topics: 45
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 148
Of course, it wouldn't work…
Sat, 05/01/2021 - 13:12

Of course, it wouldn't work if someone had a texture pack tho

Active 4 years ago
Joined Dec 2019
Points:
967

User statistics:

  • Modifications: 1
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 249
are you making a Naruto mod?…
Sat, 05/01/2021 - 14:47

are you making a Naruto mod? Because I see you a lot in the forums now. I made a jojo mod and I had to use the forums A LOT in order to make it.

Active 2 months ago
Joined Dec 2018
Points:
987

User statistics:

  • Modifications: 1
  • Forum topics: 45
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 148
Yeah, I'm actually making an…
Mon, 05/10/2021 - 12:48

Yeah, I'm actually making an anime mod, so yeah, a lot of forums 😅. But yeah, I still need help trying to walk on water since the invisible block doesn't quite work for what I'm trying to do.

Active 1 week ago
Joined Nov 2020
Points:
1032

User statistics:

  • Modifications: 1
  • Forum topics: 57
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 251
you could make an INVISIBLE…
Mon, 05/10/2021 - 19:03

you could make an INVISIBLE WATERLOGGABLE SLAB appear under the player's feet when they run on water

 

Active 2 months ago
Joined Dec 2018
Points:
987

User statistics:

  • Modifications: 1
  • Forum topics: 45
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 148
Ooh! That may just work!…
Mon, 05/17/2021 - 15:02

Ooh! That may just work! Thank you so much!

Active 3 years ago
Joined Nov 2015
Points:
918

User statistics:

  • Modifications: 0
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 47
You could use the movement…
Mon, 05/17/2021 - 15:46

You could use the movement vector block to set the players y-velocity to 0 while touching water too

Active 1 week ago
Joined Nov 2020
Points:
1032

User statistics:

  • Modifications: 1
  • Forum topics: 57
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 251
did it work?
Tue, 05/18/2021 - 18:07

did it work?

Active 2 months ago
Joined Dec 2018
Points:
987

User statistics:

  • Modifications: 1
  • Forum topics: 45
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 148
Have not tried it yet as I…
Fri, 05/21/2021 - 21:18

Have not tried it yet as I had a couple errors doing a couple other things so I couldn't actually test it, but when I get those resolved I will try both of your methods.

Active 10 months ago
Joined Sep 2019
Points:
778

User statistics:

  • Modifications: 6
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 67
a procedure that disable the…
Fri, 05/21/2021 - 23:32

a procedure that disable the gravity of the player maybe

 

when the block under the player is water