Please help!

Started by RedCorr on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Please help!

I need to make blocks damages you, if you are not moving, or if you move.

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
On procedures of the block…
Tue, 06/09/2020 - 18:15

On procedures of the block use on block collision, if get entity x velocity or y velocity is different from 0 or equal to 0 do damage, remeber setting a low tick rate of the block, the normal being 10 ticks per second will damage you a lot in an instant, remeber also to allow the block to be able to tick

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ugh Can you show me that? i…
Tue, 06/09/2020 - 18:27

ugh
Can you show me that?
i dont understand by words... Im from Russia ":)

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thats not what im talking…
Tue, 06/16/2020 - 13:02

Thats not what im talking about.

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
make damage to player if hes…
Wed, 06/17/2020 - 22:09

make damage to player if hes moving, or not move.
I need to make one block that will need to move, but the second one will require to stand still.