Is the block Burning?

Started by Bronze on

Topic category: Feature requests and ideas for MCreator

Active 4 years ago
Joined Mar 2018
Points:
822

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 142
Is the block Burning?

So, I was making a boss for my mod that would be summoned by setting fire on egg that would be on nether brick, but I don't see any "Is block Burning" Procedure and when i set "Is entity burning" it doesn't want to accept it because it haves "missing dependencies" so I think it would be useful to have such procedure like "Is block Burning" for any future problems.

Active 8 months ago
Joined Jun 2019
Points:
2791

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3704
you can check for fire block…
Sat, 12/28/2019 - 23:37

you can check for fire block at x y+1 z if the fire block is above it, and then use a spawn mob at x y+1 z.

Active 4 years ago
Joined Mar 2018
Points:
822

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 142
Thanks! Didn't thought about…
Sat, 12/28/2019 - 23:42

Thanks! Didn't thought about that!