How large can a single Procedure be?

Started by Yusufhum3 on

Topic category: General discussion

Active 10 months ago
Joined Dec 2017
Points:
1038

User statistics:

  • Modifications: 3
  • Forum topics: 50
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 138
How large can a single Procedure be?

So, I`m currently making a sort of uncrafting table and I made a custom block with a custom gui and a procedure that checks if for example a pickaxe is in Slot 0 if it`s true it will disappear the pickaxe and place the 3 Diamonds and 2 sticks in the corresponding places in the 3x3 grid (all Output Slots) and for every item I need to make another procedure part and it kinda lags sometimes when I edit it. I wonder how much I could add if there`s a problem with that whatsoever.

Active 5 years ago
Joined Mar 2018
Points:
1783

User statistics:

  • Modifications: 10
  • Forum topics: 38
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1615
I know that problem. On me,…
Sat, 08/10/2019 - 12:47

I know that problem. On me, it lagggged so much when I did a custom fishing with 4 baits, and 7 fishing rods. It can be infinity, it's just lags as hell

Active 10 months ago
Joined Dec 2017
Points:
1038

User statistics:

  • Modifications: 3
  • Forum topics: 50
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 138
is it possible to overcome…
Sat, 08/10/2019 - 13:00

is it possible to overcome this with making multiple procedures to reduce lag? 

Active 5 years ago
Joined Mar 2018
Points:
1783

User statistics:

  • Modifications: 10
  • Forum topics: 38
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1615
Yes. I maked multiple…
Sat, 08/10/2019 - 13:13

Yes. I maked multiple procedures, exported them, and imported them in one. 

Active 10 months ago
Joined Dec 2017
Points:
1038

User statistics:

  • Modifications: 3
  • Forum topics: 50
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 138
ok thanks
Sat, 08/10/2019 - 13:20

ok thanks

Which version of MCreator do…
Sat, 08/10/2019 - 16:25

Which version of MCreator do you use? We will update the procedure editor library in 1.9.1 too so there should be a bit of a performance boost in this area in 1.9.1.

Active 10 months ago
Joined Dec 2017
Points:
1038

User statistics:

  • Modifications: 3
  • Forum topics: 50
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 138
I use 1.9.0
Sat, 08/10/2019 - 19:47

I use 1.9.0

Well then I hope it will be…
Sun, 08/11/2019 - 09:30

Well then I hope it will be better in 1.9.1, other suggestion would be to collapse parts of the procedure once you are done with them, or use procedure call block and split procedure in sub-procedures.