Block effect radius

Started by GreenMascai on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Block effect radius

i am trying to make a block that gives an effect in a certain radius of blocks say 7 every thing i tried failed i just want to start from scratch, again, someone please help

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Box radius or sphere radius?
Wed, 06/15/2022 - 04:33

Box radius or sphere radius?

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i dont know what you mean by…
Wed, 06/15/2022 - 22:33

i dont know what you mean by this

 

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
like a sort of circle around…
Thu, 06/16/2022 - 01:11

like a sort of circle around the block or just a cube around the block

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This should work: https:/…
Tue, 07/12/2022 - 14:03

This should work: https://ibb.co/smG1jz2

It also checks if it is a player

You need to select Update tick at triggers 

Have fun!

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
just check for an entity in…
Tue, 07/19/2022 - 09:47

just check for an entity in a say 10 block radius and give them the effect the block is already a pre-existing.. 

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
potato king, it doesn't work
Tue, 12/10/2024 - 15:55

potato king, it doesn't work

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm having a similar issue…
Wed, 01/01/2025 - 00:20

I'm having a similar issue because the block tick update trigger doesn't have entity as a provided dependency. Did anyone figure out a way to make this work?