Detect a multiblock

Started by CyncWolf on

Topic category: Advanced modding

Last seen on 03:20, 3. Jul 2023
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Detect a multiblock

Do you know if there is a better way to detect a multiblock than to detect every block 1 by 1 with an enormous procedure ?

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
custom code. not easy to do
Thu, 01/13/2022 - 04:44

custom code. not easy to do

Last seen on 19:13, 23. Apr 2024
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@CyncWolf @RexCerv you don't…
Sun, 01/16/2022 - 13:37

@CyncWolf @RexCerv you don't need custom code, for avoid huge procedures you need to use local variables and a bit of math to check everything in a certain box

Last seen on 03:20, 3. Jul 2023
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you explain to me how do…
Sun, 01/16/2022 - 15:09

Can you explain to me how do you use local variables to do that ?