I need help with making spikes.

Started by todoko7 on

Topic category: Help with MCreator software

Last seen on 18:46, 14. Mar 2019
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need help with making spikes.

So, I'm trying to make hurtable spikes. The only solution that worked is to allow the entity to walk through the block. is there a way how to do it without having to make that so you can walk it through?

Last seen on 18:46, 14. Mar 2019
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Or just simply, hurtable…
Thu, 03/14/2019 - 14:46

Or just simply, hurtable blocks.

You can use on entity…
Thu, 03/14/2019 - 15:15

You can use on entity collides with block procedure trigger and use procedures to deal damage to the entity.

Last seen on 11:19, 2. Nov 2021
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This doesn't work, I tried…
Fri, 03/15/2019 - 07:12

This doesn't work, I tried it.

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can reduce the block's…
Fri, 03/15/2019 - 14:14

You can reduce the block's hitbox

Last seen on 18:50, 15. Nov 2020
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
why doesn't it work?
Fri, 03/15/2019 - 21:13

why doesn't it work?

Last seen on 11:16, 14. Oct 2021
Joined Dec 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The entity collides block…
Fri, 03/15/2019 - 21:39

The entity collides block only works when the entity passes through the block.