I was updating my functions from 1.12 to the 1.13 snapshot 17w50a and in this version i found that the gameLoopFunction gamerule is missing I looked to see if it was moved to it own command but i did not see anything that looked like it would be it. and when i try the gamerule it just says "Incorrect argument for command at position 9: gamerule <--[HERE]" please fix this i don't always like using commands to activate my main function. thanks. 🙂
Comments 7
ok thanks is the "minecraft:tick" placed in a advancement trigger? just to make sure im understanding it right
You might want to ask this in some forum or on the minecraft reddit, as this is a bug tracker and no help desk.
Make the file world/datapacks/(your pack)/data/minecraft/tags/functions/tick.json
with content
{
"values": ["(your function)"]
}
Alternatively, use a repeating command block! 🙂
That gamerule has been removed. See https://minecraft.gamepedia.com/17w49b#Changes