Adds easy looping for minecraft datapacks!
To create a loop run the ll:create_loop
function. It requires the following arguments:
NOTE The function also gets passed the id of the loop and its current loop index
IMPORTANT The loop index counts down rather than counting up
NOTE For examples check the sample folder inside the datapack, you can also run them to see how they work
NOTE You can modify the current loop state, allowing you to make things like while loops