Check For Block in 6x6x6 Box doesn't really check for a block

Started by EthanIslandGamer on

Topic category: Help with modding (Java Edition)

Last seen on 00:53, 10. Oct 2023
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Check For Block in 6x6x6 Box doesn't really check for a block

Hi there, I recently was trying to make a block that will detect a different block within a 10 block radius. I used the 6x6x6 check for block template and edited a few things that should make it 10x10x10 ,but when I tested it, it only did what it was supposed to do if that one block was sitting right next to it. Is there anything that I am doing wrong? 

 

https://imgur.com/a/0hc7VIU 

Last seen on 14:59, 17. May 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
your procedure is wrong,…
Wed, 03/09/2022 - 06:07

your procedure is wrong, block to be replaced is not at x,y,z but x variable, y variable, z variable.

You can't replace it, must use a corretc return value

 

Last seen on 00:53, 10. Oct 2023
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@woodcreatures could you…
Wed, 03/09/2022 - 16:31

@woodcreatures could you give me an example?

 

 

Last seen on 00:53, 10. Oct 2023
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Are you saying I have to…
Thu, 03/10/2022 - 16:25

Are you saying I have to change the cuz variable to something else?

Last seen on 14:59, 17. May 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can't do your procedure…
Thu, 03/10/2022 - 18:58

you can't do your procedure as you intend to sorry

Must use a correct return value for 6x6 template