-
Bug
-
Resolution: Unresolved
-
None
-
1.21.10.21 Preview, 1.21.10.20 Preview, 1.20.81 Hotfix
-
Confirmed
-
Multiple
-
1253309
Summary:
There is no /gamerule maxCommandForkCount in Bedrock. In Java Edition 23W41A it has been introduced, but didn't make its way to Bedrock.
https://www.minecraft.net/article/minecraft-snapshot-23w41a
New limit with game rule maxCommandForkCount now restricts total amount of context that can be created by single state of functions like execute
Example: if there are 5 entities in world, execute as @e creates 5 contexts, while execute as @e at @e creates 5*5 = 25 contexts
Steps to reproduce:
- Enter a world with cheats on.
- Go to chat.
- Type:
/gamerule maxCommandForkCount
Observed results:
There is no /gamerule maxCommandForkCount in Bedrock.
Expected results:
It should be there in Bedrock as Java Edition has it in Java Edition 23W41A.