Making Mobs Have Frost Walker

Started by 8_Bit_Hypocrite on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Jan 2021
Points:
592

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
Making Mobs Have Frost Walker

I'm making an ice-themed mob and I wanted to make water turn to ice when the mob walks over it, exactly like the frost walker enchantment.

 

Is there any way to code an entity to check for water beneath it and replace it with ice?

Active 3 weeks ago
Joined Aug 2018
Points:
781

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 124
Use the "On entity tick…
Sun, 01/17/2021 - 13:51

Use the "On entity tick update" procedure inside your custom mob triggers.

Then check if the block below him "[x][y-1][z]" is water, if so place an ice block there.

Active 2 years ago
Joined Mar 2020
Points:
903

User statistics:

  • Modifications: 3
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 367
Place packed ice if ya want…
Tue, 02/09/2021 - 14:04

Place packed ice if ya want it to expire and break like the frost walker