I need help with making spikes.

Started by todoko7 on

Topic category: Help with MCreator software

Active 6 years ago
Joined Mar 2019
Points:
663

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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?

Active 6 years ago
Joined Mar 2019
Points:
663

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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.

Active 3 years ago
Joined Mar 2018
Points:
742

User statistics:

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

This doesn't work, I tried it.

Active 4 years ago
Joined Jun 2016
Points:
3744

User statistics:

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

You can reduce the block's hitbox

Active 4 years ago
Joined Nov 2018
Points:
818

User statistics:

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

why doesn't it work?

Active 3 years ago
Joined Dec 2013
Points:
908

User statistics:

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

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