[SOLVED] Can I somehow run procedure inside another procedure?

Started by kittysatanic on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[SOLVED] Can I somehow run procedure inside another procedure?
Sun, 12/11/2022 - 19:09 (edited)

This is a problem because a procedure I want  to run is chunky and laggy.
Let's name them 1) procedure that should be runned and 2) procedure that I want to run procedure 1)

Procedure 1) is removing blocks 3x3 that were generated by other block. 
Procedure 2) is replacing block to another block which also spawns blocks 3x3 but in other direction (this did by adding block procedure). And before replacing removes blocks 3x3 spawned by original block (this is what I want to exclude form procedure cuz it causes lags and chunky)

If running another procedure inside procedure is imposible then how can I make this less chunky at least?

(pic - Procedure 2) looks chunky (procedure 1) included) because im noobie)

.

Edited by kittysatanic on Sun, 12/11/2022 - 19:09
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Advanced -> Call procedure…
Sun, 12/11/2022 - 17:07

Advanced -> Call procedure.

Spending a few seconds using the search feature or just looking around would have solved your issue.

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Searching by entering "call…
Sun, 12/11/2022 - 19:08

Searching by entering "call procedure" or "procedure" (which I entered in search before posting) giving me only geckolib :(

Anyway thanks.

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
And it seems like nothing…
Sun, 12/11/2022 - 19:14

And it seems like nothing from Advanced can be searched through Search bar