How Create custom powder snow?

Started by MisterSmeet on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How Create custom powder snow?

I want to create a block if a player passes over it, he will fall into it slowly and he will get effects. In short, custom PowerSnow

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make it possible to walk…
Wed, 03/19/2025 - 11:09

Make it possible to walk through block, then add procedure that when entity collides with block, It:

  1. Sets entity in cobweb for one tick
  2. Has a chance to apply freeze damage (there is a chance procedure template)