Detect a multiblock

Started by CyncWolf on

Topic category: Advanced modding

Active 5 months ago
Joined Sep 2019
Points:
672

User statistics:

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

Active 8 months ago
Joined Oct 2020
Points:
1591

User statistics:

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

custom code. not easy to do

Active 1 day ago
Joined Sep 2020
Points:
1203

User statistics:

  • Modifications: 7
  • Forum topics: 17
  • Wiki pages: 4
  • MCreator plugins: 0
  • Comments: 776
@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

Active 5 months ago
Joined Sep 2019
Points:
672

User statistics:

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