├── data ├── minecraft │ └── tags │ │ └── functions │ │ └── tick.json └── cloth │ └── functions │ ├── setup │ ├── clothpoint │ │ └── scanner │ │ │ ├── repeatcheck.mcfunction │ │ │ ├── nextcell.mcfunction │ │ │ └── nextcolumn.mcfunction │ └── render │ │ └── renderstart.mcfunction │ ├── cloth │ ├── part │ │ ├── nextline │ │ │ ├── nextlineaec.mcfunction │ │ │ └── nextline.mcfunction │ │ ├── nextcell.mcfunction │ │ └── cyclethrough.mcfunction │ └── physics │ │ ├── neighbour │ │ ├── n1.mcfunction │ │ ├── n2.mcfunction │ │ ├── n3.mcfunction │ │ └── n4.mcfunction │ │ └── sqrt │ │ ├── 0 │ │ ├── 0 │ │ │ ├── 0 │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ ├── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ ├── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ ├── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ ├── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ ├── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ ├── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ ├── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ ├── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ └── ctrl.mcfunction │ │ │ ├── 1 │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ ├── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ ├── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ ├── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ ├── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ ├── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ ├── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ ├── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ └── ctrl.mcfunction │ │ │ └── ctrl.mcfunction │ │ ├── 1 │ │ │ ├── 0 │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ ├── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ ├── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ ├── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ ├── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ ├── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ ├── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ └── ctrl.mcfunction │ │ │ ├── 1 │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ ├── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ ├── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ ├── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ └── ctrl.mcfunction │ │ │ └── ctrl.mcfunction │ │ └── ctrl.mcfunction │ │ └── 1 │ │ ├── 0 │ │ ├── 0 │ │ │ ├── 0 │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ ├── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ └── ctrl.mcfunction │ │ │ ├── 1 │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ ├── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ └── ctrl.mcfunction │ │ │ └── ctrl.mcfunction │ │ ├── 1 │ │ │ ├── 0 │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ ├── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ └── ctrl.mcfunction │ │ │ ├── 1 │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ ├── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ └── ctrl.mcfunction │ │ │ └── ctrl.mcfunction │ │ └── ctrl.mcfunction │ │ ├── 1 │ │ ├── 0 │ │ │ ├── 0 │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ ├── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ └── ctrl.mcfunction │ │ │ ├── 1 │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ └── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ └── ctrl.mcfunction │ │ │ └── ctrl.mcfunction │ │ ├── 1 │ │ │ ├── 0 │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ └── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ └── ctrl.mcfunction │ │ │ ├── 1 │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ └── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ ├── 0 │ │ │ │ │ │ └── 0 │ │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ ├── 0 │ │ │ │ │ └── ctrl.mcfunction │ │ │ │ │ └── 1 │ │ │ │ │ └── ctrl.mcfunction │ │ │ └── ctrl.mcfunction │ │ └── ctrl.mcfunction │ │ └── ctrl.mcfunction │ └── halftick.mcfunction └── pack.mcmeta /data/minecraft/tags/functions/tick.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "cloth:masterloop" 4 | ] 5 | } -------------------------------------------------------------------------------- /pack.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "pack": { 3 | "pack_format": 3, 4 | "description": "Cloth Simulation" 5 | }} -------------------------------------------------------------------------------- /data/cloth/functions/setup/clothpoint/scanner/repeatcheck.mcfunction: -------------------------------------------------------------------------------- 1 | execute unless block ~ ~-1 ~ air run function cloth:setup/clothpoint/scanner/repeat -------------------------------------------------------------------------------- /data/cloth/functions/setup/render/renderstart.mcfunction: -------------------------------------------------------------------------------- 1 | execute as @e[type=area_effect_cloud,tag=clothpoint] run function cloth:setup/render/copyvalues -------------------------------------------------------------------------------- /data/cloth/functions/setup/clothpoint/scanner/nextcell.mcfunction: -------------------------------------------------------------------------------- 1 | scoreboard players add max index_x 1 2 | function cloth:setup/clothpoint/scanner/repeatcheck -------------------------------------------------------------------------------- /data/cloth/functions/cloth/part/nextline/nextlineaec.mcfunction: -------------------------------------------------------------------------------- 1 | scoreboard players operation @s index_x_temp = @s index_x 2 | scoreboard players remove @s index_z_temp 1 -------------------------------------------------------------------------------- /data/cloth/functions/halftick.mcfunction: -------------------------------------------------------------------------------- 1 | execute as @a run function cloth:follow 2 | #function cloth:cloth/clothpart 3 | 4 | 5 | schedule function cloth:halftick 10t -------------------------------------------------------------------------------- /data/cloth/functions/cloth/part/nextcell.mcfunction: -------------------------------------------------------------------------------- 1 | scoreboard players remove @e[type=area_effect_cloud,tag=clothpart] index_x_temp 1 2 | scoreboard players add current index_x 1 -------------------------------------------------------------------------------- /data/cloth/functions/setup/clothpoint/scanner/nextcolumn.mcfunction: -------------------------------------------------------------------------------- 1 | scoreboard players set max index_x 0 2 | scoreboard players add max index_z 1 3 | function cloth:setup/clothpoint/scanner/repeatcheck -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/neighbour/n1.mcfunction: -------------------------------------------------------------------------------- 1 | scoreboard players operation @s xvelocity -= pn1 x 2 | scoreboard players operation @s yvelocity -= pn1 y 3 | scoreboard players operation @s zvelocity -= pn1 z -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/neighbour/n2.mcfunction: -------------------------------------------------------------------------------- 1 | scoreboard players operation @s xvelocity -= pn2 x 2 | scoreboard players operation @s yvelocity -= pn2 y 3 | scoreboard players operation @s zvelocity -= pn2 z -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/neighbour/n3.mcfunction: -------------------------------------------------------------------------------- 1 | scoreboard players operation @s xvelocity -= pn3 x 2 | scoreboard players operation @s yvelocity -= pn3 y 3 | scoreboard players operation @s zvelocity -= pn3 z -------------------------------------------------------------------------------- /data/cloth/functions/cloth/part/nextline/nextline.mcfunction: -------------------------------------------------------------------------------- 1 | execute as @e[type=area_effect_cloud,tag=clothpart] run function cloth:cloth/part/nextline/nextlineaec 2 | scoreboard players set current index_x 0 3 | scoreboard players add current index_z 1 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 0..300 run function cloth:cloth/physics/sqrt/0/0/ctrl 2 | execute if score t1 calculations matches 301..600 run function cloth:cloth/physics/sqrt/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 0..150 run function cloth:cloth/physics/sqrt/0/0/0/ctrl 2 | execute if score t1 calculations matches 151..300 run function cloth:cloth/physics/sqrt/0/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 601..900 run function cloth:cloth/physics/sqrt/1/0/ctrl 2 | execute if score t1 calculations matches 901..1200 run function cloth:cloth/physics/sqrt/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/neighbour/n4.mcfunction: -------------------------------------------------------------------------------- 1 | scoreboard players operation @s xvelocity -= pn4 x 2 | scoreboard players operation @s yvelocity -= pn4 y 3 | scoreboard players operation @s zvelocity -= pn4 z 4 | 5 | #execute at @s run tp @a ~ ~5 ~ -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 0 run scoreboard players set result calculations 0 2 | execute if score t1 calculations matches 1 run scoreboard players set result calculations 10 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 3 run scoreboard players set result calculations 17 2 | execute if score t1 calculations matches 4 run scoreboard players set result calculations 20 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 8 run scoreboard players set result calculations 28 2 | execute if score t1 calculations matches 9 run scoreboard players set result calculations 30 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 0..75 run function cloth:cloth/physics/sqrt/0/0/0/0/ctrl 2 | execute if score t1 calculations matches 76..150 run function cloth:cloth/physics/sqrt/0/0/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 301..450 run function cloth:cloth/physics/sqrt/0/1/0/ctrl 2 | execute if score t1 calculations matches 451..600 run function cloth:cloth/physics/sqrt/0/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 601..750 run function cloth:cloth/physics/sqrt/1/0/0/ctrl 2 | execute if score t1 calculations matches 751..900 run function cloth:cloth/physics/sqrt/1/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 901..1050 run function cloth:cloth/physics/sqrt/1/1/0/ctrl 2 | execute if score t1 calculations matches 1051..1200 run function cloth:cloth/physics/sqrt/1/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 5 run scoreboard players set result calculations 22 2 | execute if score t1 calculations matches 6 run scoreboard players set result calculations 24 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 10 run scoreboard players set result calculations 32 2 | execute if score t1 calculations matches 11 run scoreboard players set result calculations 33 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 13 run scoreboard players set result calculations 36 2 | execute if score t1 calculations matches 14 run scoreboard players set result calculations 37 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 15 run scoreboard players set result calculations 39 2 | execute if score t1 calculations matches 16 run scoreboard players set result calculations 40 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 17 run scoreboard players set result calculations 41 2 | execute if score t1 calculations matches 18 run scoreboard players set result calculations 42 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 19 run scoreboard players set result calculations 44 2 | execute if score t1 calculations matches 20 run scoreboard players set result calculations 45 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 22 run scoreboard players set result calculations 47 2 | execute if score t1 calculations matches 23 run scoreboard players set result calculations 48 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 24 run scoreboard players set result calculations 49 2 | execute if score t1 calculations matches 25 run scoreboard players set result calculations 50 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 27 run scoreboard players set result calculations 52 2 | execute if score t1 calculations matches 28 run scoreboard players set result calculations 53 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 29 run scoreboard players set result calculations 54 2 | execute if score t1 calculations matches 30 run scoreboard players set result calculations 55 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 32 run scoreboard players set result calculations 57 2 | execute if score t1 calculations matches 33 run scoreboard players set result calculations 57 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 34 run scoreboard players set result calculations 58 2 | execute if score t1 calculations matches 35 run scoreboard players set result calculations 59 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 36 run scoreboard players set result calculations 60 2 | execute if score t1 calculations matches 37 run scoreboard players set result calculations 61 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 38 run scoreboard players set result calculations 62 2 | execute if score t1 calculations matches 39 run scoreboard players set result calculations 62 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 41 run scoreboard players set result calculations 64 2 | execute if score t1 calculations matches 42 run scoreboard players set result calculations 65 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 43 run scoreboard players set result calculations 66 2 | execute if score t1 calculations matches 44 run scoreboard players set result calculations 66 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 46 run scoreboard players set result calculations 68 2 | execute if score t1 calculations matches 47 run scoreboard players set result calculations 69 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 48 run scoreboard players set result calculations 69 2 | execute if score t1 calculations matches 49 run scoreboard players set result calculations 70 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 51 run scoreboard players set result calculations 71 2 | execute if score t1 calculations matches 52 run scoreboard players set result calculations 72 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 53 run scoreboard players set result calculations 73 2 | execute if score t1 calculations matches 54 run scoreboard players set result calculations 73 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 55 run scoreboard players set result calculations 74 2 | execute if score t1 calculations matches 56 run scoreboard players set result calculations 75 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 57 run scoreboard players set result calculations 75 2 | execute if score t1 calculations matches 58 run scoreboard players set result calculations 76 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 60 run scoreboard players set result calculations 77 2 | execute if score t1 calculations matches 61 run scoreboard players set result calculations 78 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 62 run scoreboard players set result calculations 79 2 | execute if score t1 calculations matches 63 run scoreboard players set result calculations 79 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 65 run scoreboard players set result calculations 81 2 | execute if score t1 calculations matches 66 run scoreboard players set result calculations 81 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 67 run scoreboard players set result calculations 82 2 | execute if score t1 calculations matches 68 run scoreboard players set result calculations 82 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 70 run scoreboard players set result calculations 84 2 | execute if score t1 calculations matches 71 run scoreboard players set result calculations 84 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 72 run scoreboard players set result calculations 85 2 | execute if score t1 calculations matches 73 run scoreboard players set result calculations 85 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 74 run scoreboard players set result calculations 86 2 | execute if score t1 calculations matches 75 run scoreboard players set result calculations 87 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 0..37 run function cloth:cloth/physics/sqrt/0/0/0/0/0/ctrl 2 | execute if score t1 calculations matches 38..75 run function cloth:cloth/physics/sqrt/0/0/0/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 76 run scoreboard players set result calculations 87 2 | execute if score t1 calculations matches 77 run scoreboard players set result calculations 88 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 79 run scoreboard players set result calculations 89 2 | execute if score t1 calculations matches 80 run scoreboard players set result calculations 89 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 81 run scoreboard players set result calculations 90 2 | execute if score t1 calculations matches 82 run scoreboard players set result calculations 91 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 84 run scoreboard players set result calculations 92 2 | execute if score t1 calculations matches 85 run scoreboard players set result calculations 92 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 86 run scoreboard players set result calculations 93 2 | execute if score t1 calculations matches 87 run scoreboard players set result calculations 93 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 89 run scoreboard players set result calculations 94 2 | execute if score t1 calculations matches 90 run scoreboard players set result calculations 95 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 91 run scoreboard players set result calculations 95 2 | execute if score t1 calculations matches 92 run scoreboard players set result calculations 96 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 93 run scoreboard players set result calculations 96 2 | execute if score t1 calculations matches 94 run scoreboard players set result calculations 97 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 95 run scoreboard players set result calculations 97 2 | execute if score t1 calculations matches 96 run scoreboard players set result calculations 98 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 98 run scoreboard players set result calculations 99 2 | execute if score t1 calculations matches 99 run scoreboard players set result calculations 99 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 103 run scoreboard players set result calculations 101 2 | execute if score t1 calculations matches 104 run scoreboard players set result calculations 102 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 108 run scoreboard players set result calculations 104 2 | execute if score t1 calculations matches 109 run scoreboard players set result calculations 104 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 110 run scoreboard players set result calculations 105 2 | execute if score t1 calculations matches 111 run scoreboard players set result calculations 105 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 112 run scoreboard players set result calculations 106 2 | execute if score t1 calculations matches 113 run scoreboard players set result calculations 106 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 117 run scoreboard players set result calculations 108 2 | execute if score t1 calculations matches 118 run scoreboard players set result calculations 109 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 122 run scoreboard players set result calculations 110 2 | execute if score t1 calculations matches 123 run scoreboard players set result calculations 111 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 127 run scoreboard players set result calculations 113 2 | execute if score t1 calculations matches 128 run scoreboard players set result calculations 113 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 129 run scoreboard players set result calculations 114 2 | execute if score t1 calculations matches 130 run scoreboard players set result calculations 114 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 131 run scoreboard players set result calculations 114 2 | execute if score t1 calculations matches 132 run scoreboard players set result calculations 115 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 136 run scoreboard players set result calculations 117 2 | execute if score t1 calculations matches 137 run scoreboard players set result calculations 117 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 138 run scoreboard players set result calculations 117 2 | execute if score t1 calculations matches 139 run scoreboard players set result calculations 118 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 140 run scoreboard players set result calculations 118 2 | execute if score t1 calculations matches 141 run scoreboard players set result calculations 119 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 145 run scoreboard players set result calculations 120 2 | execute if score t1 calculations matches 146 run scoreboard players set result calculations 121 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 147 run scoreboard players set result calculations 121 2 | execute if score t1 calculations matches 148 run scoreboard players set result calculations 122 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 149 run scoreboard players set result calculations 122 2 | execute if score t1 calculations matches 150 run scoreboard players set result calculations 122 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 154 run scoreboard players set result calculations 124 2 | execute if score t1 calculations matches 155 run scoreboard players set result calculations 124 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 159 run scoreboard players set result calculations 126 2 | execute if score t1 calculations matches 160 run scoreboard players set result calculations 126 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 164 run scoreboard players set result calculations 128 2 | execute if score t1 calculations matches 165 run scoreboard players set result calculations 128 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 166 run scoreboard players set result calculations 129 2 | execute if score t1 calculations matches 167 run scoreboard players set result calculations 129 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 168 run scoreboard players set result calculations 130 2 | execute if score t1 calculations matches 169 run scoreboard players set result calculations 130 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 173 run scoreboard players set result calculations 132 2 | execute if score t1 calculations matches 174 run scoreboard players set result calculations 132 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 178 run scoreboard players set result calculations 133 2 | execute if score t1 calculations matches 179 run scoreboard players set result calculations 134 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 183 run scoreboard players set result calculations 135 2 | execute if score t1 calculations matches 184 run scoreboard players set result calculations 136 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 185 run scoreboard players set result calculations 136 2 | execute if score t1 calculations matches 186 run scoreboard players set result calculations 136 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 187 run scoreboard players set result calculations 137 2 | execute if score t1 calculations matches 188 run scoreboard players set result calculations 137 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 192 run scoreboard players set result calculations 139 2 | execute if score t1 calculations matches 193 run scoreboard players set result calculations 139 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 197 run scoreboard players set result calculations 140 2 | execute if score t1 calculations matches 198 run scoreboard players set result calculations 141 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 202 run scoreboard players set result calculations 142 2 | execute if score t1 calculations matches 203 run scoreboard players set result calculations 142 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 204 run scoreboard players set result calculations 143 2 | execute if score t1 calculations matches 205 run scoreboard players set result calculations 143 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 206 run scoreboard players set result calculations 144 2 | execute if score t1 calculations matches 207 run scoreboard players set result calculations 144 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 211 run scoreboard players set result calculations 145 2 | execute if score t1 calculations matches 212 run scoreboard players set result calculations 146 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 213 run scoreboard players set result calculations 146 2 | execute if score t1 calculations matches 214 run scoreboard players set result calculations 146 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 215 run scoreboard players set result calculations 147 2 | execute if score t1 calculations matches 216 run scoreboard players set result calculations 147 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 220 run scoreboard players set result calculations 148 2 | execute if score t1 calculations matches 221 run scoreboard players set result calculations 149 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 222 run scoreboard players set result calculations 149 2 | execute if score t1 calculations matches 223 run scoreboard players set result calculations 149 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 224 run scoreboard players set result calculations 150 2 | execute if score t1 calculations matches 225 run scoreboard players set result calculations 150 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 229 run scoreboard players set result calculations 151 2 | execute if score t1 calculations matches 230 run scoreboard players set result calculations 152 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 234 run scoreboard players set result calculations 153 2 | execute if score t1 calculations matches 235 run scoreboard players set result calculations 153 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 239 run scoreboard players set result calculations 155 2 | execute if score t1 calculations matches 240 run scoreboard players set result calculations 155 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 241 run scoreboard players set result calculations 155 2 | execute if score t1 calculations matches 242 run scoreboard players set result calculations 156 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 243 run scoreboard players set result calculations 156 2 | execute if score t1 calculations matches 244 run scoreboard players set result calculations 156 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 248 run scoreboard players set result calculations 157 2 | execute if score t1 calculations matches 249 run scoreboard players set result calculations 158 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 253 run scoreboard players set result calculations 159 2 | execute if score t1 calculations matches 254 run scoreboard players set result calculations 159 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 258 run scoreboard players set result calculations 161 2 | execute if score t1 calculations matches 259 run scoreboard players set result calculations 161 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 260 run scoreboard players set result calculations 161 2 | execute if score t1 calculations matches 261 run scoreboard players set result calculations 162 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 262 run scoreboard players set result calculations 162 2 | execute if score t1 calculations matches 263 run scoreboard players set result calculations 162 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 267 run scoreboard players set result calculations 163 2 | execute if score t1 calculations matches 268 run scoreboard players set result calculations 164 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 272 run scoreboard players set result calculations 165 2 | execute if score t1 calculations matches 273 run scoreboard players set result calculations 165 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 277 run scoreboard players set result calculations 166 2 | execute if score t1 calculations matches 278 run scoreboard players set result calculations 167 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 279 run scoreboard players set result calculations 167 2 | execute if score t1 calculations matches 280 run scoreboard players set result calculations 167 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 281 run scoreboard players set result calculations 168 2 | execute if score t1 calculations matches 282 run scoreboard players set result calculations 168 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 286 run scoreboard players set result calculations 169 2 | execute if score t1 calculations matches 287 run scoreboard players set result calculations 169 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 288 run scoreboard players set result calculations 170 2 | execute if score t1 calculations matches 289 run scoreboard players set result calculations 170 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 290 run scoreboard players set result calculations 170 2 | execute if score t1 calculations matches 291 run scoreboard players set result calculations 171 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 295 run scoreboard players set result calculations 172 2 | execute if score t1 calculations matches 296 run scoreboard players set result calculations 172 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 297 run scoreboard players set result calculations 172 2 | execute if score t1 calculations matches 298 run scoreboard players set result calculations 173 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 299 run scoreboard players set result calculations 173 2 | execute if score t1 calculations matches 300 run scoreboard players set result calculations 173 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 151..225 run function cloth:cloth/physics/sqrt/0/0/1/0/ctrl 2 | execute if score t1 calculations matches 226..300 run function cloth:cloth/physics/sqrt/0/0/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 304 run scoreboard players set result calculations 174 2 | execute if score t1 calculations matches 305 run scoreboard players set result calculations 175 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 309 run scoreboard players set result calculations 176 2 | execute if score t1 calculations matches 310 run scoreboard players set result calculations 176 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 314 run scoreboard players set result calculations 177 2 | execute if score t1 calculations matches 315 run scoreboard players set result calculations 177 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 316 run scoreboard players set result calculations 178 2 | execute if score t1 calculations matches 317 run scoreboard players set result calculations 178 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 318 run scoreboard players set result calculations 178 2 | execute if score t1 calculations matches 319 run scoreboard players set result calculations 179 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 323 run scoreboard players set result calculations 180 2 | execute if score t1 calculations matches 324 run scoreboard players set result calculations 180 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 328 run scoreboard players set result calculations 181 2 | execute if score t1 calculations matches 329 run scoreboard players set result calculations 181 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 333 run scoreboard players set result calculations 182 2 | execute if score t1 calculations matches 334 run scoreboard players set result calculations 183 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 335 run scoreboard players set result calculations 183 2 | execute if score t1 calculations matches 336 run scoreboard players set result calculations 183 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 337 run scoreboard players set result calculations 184 2 | execute if score t1 calculations matches 338 run scoreboard players set result calculations 184 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 342 run scoreboard players set result calculations 185 2 | execute if score t1 calculations matches 343 run scoreboard players set result calculations 185 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 347 run scoreboard players set result calculations 186 2 | execute if score t1 calculations matches 348 run scoreboard players set result calculations 187 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 352 run scoreboard players set result calculations 188 2 | execute if score t1 calculations matches 353 run scoreboard players set result calculations 188 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 354 run scoreboard players set result calculations 188 2 | execute if score t1 calculations matches 355 run scoreboard players set result calculations 188 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 356 run scoreboard players set result calculations 189 2 | execute if score t1 calculations matches 357 run scoreboard players set result calculations 189 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 361 run scoreboard players set result calculations 190 2 | execute if score t1 calculations matches 362 run scoreboard players set result calculations 190 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 363 run scoreboard players set result calculations 191 2 | execute if score t1 calculations matches 364 run scoreboard players set result calculations 191 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 365 run scoreboard players set result calculations 191 2 | execute if score t1 calculations matches 366 run scoreboard players set result calculations 191 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 370 run scoreboard players set result calculations 192 2 | execute if score t1 calculations matches 371 run scoreboard players set result calculations 193 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 372 run scoreboard players set result calculations 193 2 | execute if score t1 calculations matches 373 run scoreboard players set result calculations 193 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 374 run scoreboard players set result calculations 193 2 | execute if score t1 calculations matches 375 run scoreboard players set result calculations 194 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 379 run scoreboard players set result calculations 195 2 | execute if score t1 calculations matches 380 run scoreboard players set result calculations 195 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 384 run scoreboard players set result calculations 196 2 | execute if score t1 calculations matches 385 run scoreboard players set result calculations 196 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 389 run scoreboard players set result calculations 197 2 | execute if score t1 calculations matches 390 run scoreboard players set result calculations 197 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 391 run scoreboard players set result calculations 198 2 | execute if score t1 calculations matches 392 run scoreboard players set result calculations 198 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 393 run scoreboard players set result calculations 198 2 | execute if score t1 calculations matches 394 run scoreboard players set result calculations 198 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 398 run scoreboard players set result calculations 199 2 | execute if score t1 calculations matches 399 run scoreboard players set result calculations 200 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 403 run scoreboard players set result calculations 201 2 | execute if score t1 calculations matches 404 run scoreboard players set result calculations 201 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 408 run scoreboard players set result calculations 202 2 | execute if score t1 calculations matches 409 run scoreboard players set result calculations 202 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 410 run scoreboard players set result calculations 202 2 | execute if score t1 calculations matches 411 run scoreboard players set result calculations 203 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 412 run scoreboard players set result calculations 203 2 | execute if score t1 calculations matches 413 run scoreboard players set result calculations 203 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 417 run scoreboard players set result calculations 204 2 | execute if score t1 calculations matches 418 run scoreboard players set result calculations 204 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 422 run scoreboard players set result calculations 205 2 | execute if score t1 calculations matches 423 run scoreboard players set result calculations 206 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 427 run scoreboard players set result calculations 207 2 | execute if score t1 calculations matches 428 run scoreboard players set result calculations 207 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 429 run scoreboard players set result calculations 207 2 | execute if score t1 calculations matches 430 run scoreboard players set result calculations 207 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 431 run scoreboard players set result calculations 208 2 | execute if score t1 calculations matches 432 run scoreboard players set result calculations 208 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 436 run scoreboard players set result calculations 209 2 | execute if score t1 calculations matches 437 run scoreboard players set result calculations 209 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 438 run scoreboard players set result calculations 209 2 | execute if score t1 calculations matches 439 run scoreboard players set result calculations 210 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 440 run scoreboard players set result calculations 210 2 | execute if score t1 calculations matches 441 run scoreboard players set result calculations 210 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 445 run scoreboard players set result calculations 211 2 | execute if score t1 calculations matches 446 run scoreboard players set result calculations 211 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 447 run scoreboard players set result calculations 211 2 | execute if score t1 calculations matches 448 run scoreboard players set result calculations 212 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 449 run scoreboard players set result calculations 212 2 | execute if score t1 calculations matches 450 run scoreboard players set result calculations 212 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 301..375 run function cloth:cloth/physics/sqrt/0/1/0/0/ctrl 2 | execute if score t1 calculations matches 376..450 run function cloth:cloth/physics/sqrt/0/1/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 454 run scoreboard players set result calculations 213 2 | execute if score t1 calculations matches 455 run scoreboard players set result calculations 213 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 459 run scoreboard players set result calculations 214 2 | execute if score t1 calculations matches 460 run scoreboard players set result calculations 214 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 464 run scoreboard players set result calculations 215 2 | execute if score t1 calculations matches 465 run scoreboard players set result calculations 216 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 466 run scoreboard players set result calculations 216 2 | execute if score t1 calculations matches 467 run scoreboard players set result calculations 216 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 468 run scoreboard players set result calculations 216 2 | execute if score t1 calculations matches 469 run scoreboard players set result calculations 217 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 473 run scoreboard players set result calculations 217 2 | execute if score t1 calculations matches 474 run scoreboard players set result calculations 218 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 478 run scoreboard players set result calculations 219 2 | execute if score t1 calculations matches 479 run scoreboard players set result calculations 219 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 483 run scoreboard players set result calculations 220 2 | execute if score t1 calculations matches 484 run scoreboard players set result calculations 220 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 485 run scoreboard players set result calculations 220 2 | execute if score t1 calculations matches 486 run scoreboard players set result calculations 220 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 487 run scoreboard players set result calculations 221 2 | execute if score t1 calculations matches 488 run scoreboard players set result calculations 221 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 492 run scoreboard players set result calculations 222 2 | execute if score t1 calculations matches 493 run scoreboard players set result calculations 222 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 497 run scoreboard players set result calculations 223 2 | execute if score t1 calculations matches 498 run scoreboard players set result calculations 223 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 502 run scoreboard players set result calculations 224 2 | execute if score t1 calculations matches 503 run scoreboard players set result calculations 224 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 504 run scoreboard players set result calculations 224 2 | execute if score t1 calculations matches 505 run scoreboard players set result calculations 225 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 506 run scoreboard players set result calculations 225 2 | execute if score t1 calculations matches 507 run scoreboard players set result calculations 225 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 511 run scoreboard players set result calculations 226 2 | execute if score t1 calculations matches 512 run scoreboard players set result calculations 226 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 513 run scoreboard players set result calculations 226 2 | execute if score t1 calculations matches 514 run scoreboard players set result calculations 227 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 515 run scoreboard players set result calculations 227 2 | execute if score t1 calculations matches 516 run scoreboard players set result calculations 227 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 520 run scoreboard players set result calculations 228 2 | execute if score t1 calculations matches 521 run scoreboard players set result calculations 228 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 522 run scoreboard players set result calculations 228 2 | execute if score t1 calculations matches 523 run scoreboard players set result calculations 229 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 524 run scoreboard players set result calculations 229 2 | execute if score t1 calculations matches 525 run scoreboard players set result calculations 229 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 529 run scoreboard players set result calculations 230 2 | execute if score t1 calculations matches 530 run scoreboard players set result calculations 230 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 534 run scoreboard players set result calculations 231 2 | execute if score t1 calculations matches 535 run scoreboard players set result calculations 231 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 539 run scoreboard players set result calculations 232 2 | execute if score t1 calculations matches 540 run scoreboard players set result calculations 232 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 541 run scoreboard players set result calculations 233 2 | execute if score t1 calculations matches 542 run scoreboard players set result calculations 233 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 543 run scoreboard players set result calculations 233 2 | execute if score t1 calculations matches 544 run scoreboard players set result calculations 233 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 548 run scoreboard players set result calculations 234 2 | execute if score t1 calculations matches 549 run scoreboard players set result calculations 234 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 553 run scoreboard players set result calculations 235 2 | execute if score t1 calculations matches 554 run scoreboard players set result calculations 235 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 558 run scoreboard players set result calculations 236 2 | execute if score t1 calculations matches 559 run scoreboard players set result calculations 236 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 560 run scoreboard players set result calculations 237 2 | execute if score t1 calculations matches 561 run scoreboard players set result calculations 237 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 562 run scoreboard players set result calculations 237 2 | execute if score t1 calculations matches 563 run scoreboard players set result calculations 237 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 567 run scoreboard players set result calculations 238 2 | execute if score t1 calculations matches 568 run scoreboard players set result calculations 238 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 572 run scoreboard players set result calculations 239 2 | execute if score t1 calculations matches 573 run scoreboard players set result calculations 239 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 577 run scoreboard players set result calculations 240 2 | execute if score t1 calculations matches 578 run scoreboard players set result calculations 240 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 579 run scoreboard players set result calculations 241 2 | execute if score t1 calculations matches 580 run scoreboard players set result calculations 241 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 581 run scoreboard players set result calculations 241 2 | execute if score t1 calculations matches 582 run scoreboard players set result calculations 241 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 586 run scoreboard players set result calculations 242 2 | execute if score t1 calculations matches 587 run scoreboard players set result calculations 242 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 588 run scoreboard players set result calculations 242 2 | execute if score t1 calculations matches 589 run scoreboard players set result calculations 243 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 590 run scoreboard players set result calculations 243 2 | execute if score t1 calculations matches 591 run scoreboard players set result calculations 243 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 595 run scoreboard players set result calculations 244 2 | execute if score t1 calculations matches 596 run scoreboard players set result calculations 244 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 597 run scoreboard players set result calculations 244 2 | execute if score t1 calculations matches 598 run scoreboard players set result calculations 245 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 599 run scoreboard players set result calculations 245 2 | execute if score t1 calculations matches 600 run scoreboard players set result calculations 245 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 451..525 run function cloth:cloth/physics/sqrt/0/1/1/0/ctrl 2 | execute if score t1 calculations matches 526..600 run function cloth:cloth/physics/sqrt/0/1/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 604 run scoreboard players set result calculations 246 2 | execute if score t1 calculations matches 605 run scoreboard players set result calculations 246 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 609 run scoreboard players set result calculations 247 2 | execute if score t1 calculations matches 610 run scoreboard players set result calculations 247 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 614 run scoreboard players set result calculations 248 2 | execute if score t1 calculations matches 615 run scoreboard players set result calculations 248 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 616 run scoreboard players set result calculations 248 2 | execute if score t1 calculations matches 617 run scoreboard players set result calculations 248 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 618 run scoreboard players set result calculations 249 2 | execute if score t1 calculations matches 619 run scoreboard players set result calculations 249 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 623 run scoreboard players set result calculations 250 2 | execute if score t1 calculations matches 624 run scoreboard players set result calculations 250 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 628 run scoreboard players set result calculations 251 2 | execute if score t1 calculations matches 629 run scoreboard players set result calculations 251 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 633 run scoreboard players set result calculations 252 2 | execute if score t1 calculations matches 634 run scoreboard players set result calculations 252 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 635 run scoreboard players set result calculations 252 2 | execute if score t1 calculations matches 636 run scoreboard players set result calculations 252 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 637 run scoreboard players set result calculations 252 2 | execute if score t1 calculations matches 638 run scoreboard players set result calculations 253 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 642 run scoreboard players set result calculations 253 2 | execute if score t1 calculations matches 643 run scoreboard players set result calculations 254 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 647 run scoreboard players set result calculations 254 2 | execute if score t1 calculations matches 648 run scoreboard players set result calculations 255 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 652 run scoreboard players set result calculations 255 2 | execute if score t1 calculations matches 653 run scoreboard players set result calculations 256 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 654 run scoreboard players set result calculations 256 2 | execute if score t1 calculations matches 655 run scoreboard players set result calculations 256 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 656 run scoreboard players set result calculations 256 2 | execute if score t1 calculations matches 657 run scoreboard players set result calculations 256 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 661 run scoreboard players set result calculations 257 2 | execute if score t1 calculations matches 662 run scoreboard players set result calculations 257 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 663 run scoreboard players set result calculations 257 2 | execute if score t1 calculations matches 664 run scoreboard players set result calculations 258 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 665 run scoreboard players set result calculations 258 2 | execute if score t1 calculations matches 666 run scoreboard players set result calculations 258 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 670 run scoreboard players set result calculations 259 2 | execute if score t1 calculations matches 671 run scoreboard players set result calculations 259 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 672 run scoreboard players set result calculations 259 2 | execute if score t1 calculations matches 673 run scoreboard players set result calculations 259 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 674 run scoreboard players set result calculations 260 2 | execute if score t1 calculations matches 675 run scoreboard players set result calculations 260 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 679 run scoreboard players set result calculations 261 2 | execute if score t1 calculations matches 680 run scoreboard players set result calculations 261 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 684 run scoreboard players set result calculations 262 2 | execute if score t1 calculations matches 685 run scoreboard players set result calculations 262 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 689 run scoreboard players set result calculations 262 2 | execute if score t1 calculations matches 690 run scoreboard players set result calculations 263 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 691 run scoreboard players set result calculations 263 2 | execute if score t1 calculations matches 692 run scoreboard players set result calculations 263 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 693 run scoreboard players set result calculations 263 2 | execute if score t1 calculations matches 694 run scoreboard players set result calculations 263 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 698 run scoreboard players set result calculations 264 2 | execute if score t1 calculations matches 699 run scoreboard players set result calculations 264 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 703 run scoreboard players set result calculations 265 2 | execute if score t1 calculations matches 704 run scoreboard players set result calculations 265 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 708 run scoreboard players set result calculations 266 2 | execute if score t1 calculations matches 709 run scoreboard players set result calculations 266 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 710 run scoreboard players set result calculations 266 2 | execute if score t1 calculations matches 711 run scoreboard players set result calculations 267 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 712 run scoreboard players set result calculations 267 2 | execute if score t1 calculations matches 713 run scoreboard players set result calculations 267 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 717 run scoreboard players set result calculations 268 2 | execute if score t1 calculations matches 718 run scoreboard players set result calculations 268 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 722 run scoreboard players set result calculations 269 2 | execute if score t1 calculations matches 723 run scoreboard players set result calculations 269 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 727 run scoreboard players set result calculations 270 2 | execute if score t1 calculations matches 728 run scoreboard players set result calculations 270 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 729 run scoreboard players set result calculations 270 2 | execute if score t1 calculations matches 730 run scoreboard players set result calculations 270 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 731 run scoreboard players set result calculations 270 2 | execute if score t1 calculations matches 732 run scoreboard players set result calculations 271 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 736 run scoreboard players set result calculations 271 2 | execute if score t1 calculations matches 737 run scoreboard players set result calculations 271 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 738 run scoreboard players set result calculations 272 2 | execute if score t1 calculations matches 739 run scoreboard players set result calculations 272 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 740 run scoreboard players set result calculations 272 2 | execute if score t1 calculations matches 741 run scoreboard players set result calculations 272 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 745 run scoreboard players set result calculations 273 2 | execute if score t1 calculations matches 746 run scoreboard players set result calculations 273 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 747 run scoreboard players set result calculations 273 2 | execute if score t1 calculations matches 748 run scoreboard players set result calculations 273 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 749 run scoreboard players set result calculations 274 2 | execute if score t1 calculations matches 750 run scoreboard players set result calculations 274 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 601..675 run function cloth:cloth/physics/sqrt/1/0/0/0/ctrl 2 | execute if score t1 calculations matches 676..750 run function cloth:cloth/physics/sqrt/1/0/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 754 run scoreboard players set result calculations 275 2 | execute if score t1 calculations matches 755 run scoreboard players set result calculations 275 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 759 run scoreboard players set result calculations 275 2 | execute if score t1 calculations matches 760 run scoreboard players set result calculations 276 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 764 run scoreboard players set result calculations 276 2 | execute if score t1 calculations matches 765 run scoreboard players set result calculations 277 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 766 run scoreboard players set result calculations 277 2 | execute if score t1 calculations matches 767 run scoreboard players set result calculations 277 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 768 run scoreboard players set result calculations 277 2 | execute if score t1 calculations matches 769 run scoreboard players set result calculations 277 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 773 run scoreboard players set result calculations 278 2 | execute if score t1 calculations matches 774 run scoreboard players set result calculations 278 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 778 run scoreboard players set result calculations 279 2 | execute if score t1 calculations matches 779 run scoreboard players set result calculations 279 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 783 run scoreboard players set result calculations 280 2 | execute if score t1 calculations matches 784 run scoreboard players set result calculations 280 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 785 run scoreboard players set result calculations 280 2 | execute if score t1 calculations matches 786 run scoreboard players set result calculations 280 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 787 run scoreboard players set result calculations 281 2 | execute if score t1 calculations matches 788 run scoreboard players set result calculations 281 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 792 run scoreboard players set result calculations 281 2 | execute if score t1 calculations matches 793 run scoreboard players set result calculations 282 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 797 run scoreboard players set result calculations 282 2 | execute if score t1 calculations matches 798 run scoreboard players set result calculations 282 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 802 run scoreboard players set result calculations 283 2 | execute if score t1 calculations matches 803 run scoreboard players set result calculations 283 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 804 run scoreboard players set result calculations 284 2 | execute if score t1 calculations matches 805 run scoreboard players set result calculations 284 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 806 run scoreboard players set result calculations 284 2 | execute if score t1 calculations matches 807 run scoreboard players set result calculations 284 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 811 run scoreboard players set result calculations 285 2 | execute if score t1 calculations matches 812 run scoreboard players set result calculations 285 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 813 run scoreboard players set result calculations 285 2 | execute if score t1 calculations matches 814 run scoreboard players set result calculations 285 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 815 run scoreboard players set result calculations 285 2 | execute if score t1 calculations matches 816 run scoreboard players set result calculations 286 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 820 run scoreboard players set result calculations 286 2 | execute if score t1 calculations matches 821 run scoreboard players set result calculations 287 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 822 run scoreboard players set result calculations 287 2 | execute if score t1 calculations matches 823 run scoreboard players set result calculations 287 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 824 run scoreboard players set result calculations 287 2 | execute if score t1 calculations matches 825 run scoreboard players set result calculations 287 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 829 run scoreboard players set result calculations 288 2 | execute if score t1 calculations matches 830 run scoreboard players set result calculations 288 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 834 run scoreboard players set result calculations 289 2 | execute if score t1 calculations matches 835 run scoreboard players set result calculations 289 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 839 run scoreboard players set result calculations 290 2 | execute if score t1 calculations matches 840 run scoreboard players set result calculations 290 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 841 run scoreboard players set result calculations 290 2 | execute if score t1 calculations matches 842 run scoreboard players set result calculations 290 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 843 run scoreboard players set result calculations 290 2 | execute if score t1 calculations matches 844 run scoreboard players set result calculations 291 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 848 run scoreboard players set result calculations 291 2 | execute if score t1 calculations matches 849 run scoreboard players set result calculations 291 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 853 run scoreboard players set result calculations 292 2 | execute if score t1 calculations matches 854 run scoreboard players set result calculations 292 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 858 run scoreboard players set result calculations 293 2 | execute if score t1 calculations matches 859 run scoreboard players set result calculations 293 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 860 run scoreboard players set result calculations 293 2 | execute if score t1 calculations matches 861 run scoreboard players set result calculations 293 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 862 run scoreboard players set result calculations 294 2 | execute if score t1 calculations matches 863 run scoreboard players set result calculations 294 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 867 run scoreboard players set result calculations 294 2 | execute if score t1 calculations matches 868 run scoreboard players set result calculations 295 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 872 run scoreboard players set result calculations 295 2 | execute if score t1 calculations matches 873 run scoreboard players set result calculations 295 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 877 run scoreboard players set result calculations 296 2 | execute if score t1 calculations matches 878 run scoreboard players set result calculations 296 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 879 run scoreboard players set result calculations 296 2 | execute if score t1 calculations matches 880 run scoreboard players set result calculations 297 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 881 run scoreboard players set result calculations 297 2 | execute if score t1 calculations matches 882 run scoreboard players set result calculations 297 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 886 run scoreboard players set result calculations 298 2 | execute if score t1 calculations matches 887 run scoreboard players set result calculations 298 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 888 run scoreboard players set result calculations 298 2 | execute if score t1 calculations matches 889 run scoreboard players set result calculations 298 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 890 run scoreboard players set result calculations 298 2 | execute if score t1 calculations matches 891 run scoreboard players set result calculations 298 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 895 run scoreboard players set result calculations 299 2 | execute if score t1 calculations matches 896 run scoreboard players set result calculations 299 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 897 run scoreboard players set result calculations 299 2 | execute if score t1 calculations matches 898 run scoreboard players set result calculations 300 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 899 run scoreboard players set result calculations 300 2 | execute if score t1 calculations matches 900 run scoreboard players set result calculations 300 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 751..825 run function cloth:cloth/physics/sqrt/1/0/1/0/ctrl 2 | execute if score t1 calculations matches 826..900 run function cloth:cloth/physics/sqrt/1/0/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 904 run scoreboard players set result calculations 301 2 | execute if score t1 calculations matches 905 run scoreboard players set result calculations 301 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 909 run scoreboard players set result calculations 301 2 | execute if score t1 calculations matches 910 run scoreboard players set result calculations 302 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 914 run scoreboard players set result calculations 302 2 | execute if score t1 calculations matches 915 run scoreboard players set result calculations 302 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 916 run scoreboard players set result calculations 303 2 | execute if score t1 calculations matches 917 run scoreboard players set result calculations 303 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 918 run scoreboard players set result calculations 303 2 | execute if score t1 calculations matches 919 run scoreboard players set result calculations 303 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 923 run scoreboard players set result calculations 304 2 | execute if score t1 calculations matches 924 run scoreboard players set result calculations 304 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 928 run scoreboard players set result calculations 305 2 | execute if score t1 calculations matches 929 run scoreboard players set result calculations 305 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 933 run scoreboard players set result calculations 305 2 | execute if score t1 calculations matches 934 run scoreboard players set result calculations 306 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 935 run scoreboard players set result calculations 306 2 | execute if score t1 calculations matches 936 run scoreboard players set result calculations 306 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 937 run scoreboard players set result calculations 306 2 | execute if score t1 calculations matches 938 run scoreboard players set result calculations 306 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 942 run scoreboard players set result calculations 307 2 | execute if score t1 calculations matches 943 run scoreboard players set result calculations 307 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 947 run scoreboard players set result calculations 308 2 | execute if score t1 calculations matches 948 run scoreboard players set result calculations 308 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 952 run scoreboard players set result calculations 309 2 | execute if score t1 calculations matches 953 run scoreboard players set result calculations 309 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 954 run scoreboard players set result calculations 309 2 | execute if score t1 calculations matches 955 run scoreboard players set result calculations 309 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 956 run scoreboard players set result calculations 309 2 | execute if score t1 calculations matches 957 run scoreboard players set result calculations 309 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 961 run scoreboard players set result calculations 310 2 | execute if score t1 calculations matches 962 run scoreboard players set result calculations 310 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 963 run scoreboard players set result calculations 310 2 | execute if score t1 calculations matches 964 run scoreboard players set result calculations 310 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 965 run scoreboard players set result calculations 311 2 | execute if score t1 calculations matches 966 run scoreboard players set result calculations 311 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 970 run scoreboard players set result calculations 311 2 | execute if score t1 calculations matches 971 run scoreboard players set result calculations 312 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 972 run scoreboard players set result calculations 312 2 | execute if score t1 calculations matches 973 run scoreboard players set result calculations 312 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 974 run scoreboard players set result calculations 312 2 | execute if score t1 calculations matches 975 run scoreboard players set result calculations 312 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 979 run scoreboard players set result calculations 313 2 | execute if score t1 calculations matches 980 run scoreboard players set result calculations 313 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 984 run scoreboard players set result calculations 314 2 | execute if score t1 calculations matches 985 run scoreboard players set result calculations 314 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 989 run scoreboard players set result calculations 314 2 | execute if score t1 calculations matches 990 run scoreboard players set result calculations 315 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 991 run scoreboard players set result calculations 315 2 | execute if score t1 calculations matches 992 run scoreboard players set result calculations 315 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 993 run scoreboard players set result calculations 315 2 | execute if score t1 calculations matches 994 run scoreboard players set result calculations 315 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 998 run scoreboard players set result calculations 316 2 | execute if score t1 calculations matches 999 run scoreboard players set result calculations 316 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 901..975 run function cloth:cloth/physics/sqrt/1/1/0/0/ctrl 2 | execute if score t1 calculations matches 976..1050 run function cloth:cloth/physics/sqrt/1/1/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/part/cyclethrough.mcfunction: -------------------------------------------------------------------------------- 1 | scoreboard players set rep calculations 1 2 | function cloth:cloth/part/findneighbours 3 | 4 | 5 | 6 | 7 | execute as @e[type=area_effect_cloud,tag=clothpart] run function cloth:cloth/physics/finalrender/finishup -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 0..18 run function cloth:cloth/physics/sqrt/0/0/0/0/0/0/ctrl 2 | execute if score t1 calculations matches 19..37 run function cloth:cloth/physics/sqrt/0/0/0/0/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 100 run scoreboard players set result calculations 100 2 | execute if score t1 calculations matches 101 run scoreboard players set result calculations 100 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 105 run scoreboard players set result calculations 102 2 | execute if score t1 calculations matches 106 run scoreboard players set result calculations 103 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 114 run scoreboard players set result calculations 107 2 | execute if score t1 calculations matches 115 run scoreboard players set result calculations 107 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 119 run scoreboard players set result calculations 109 2 | execute if score t1 calculations matches 120 run scoreboard players set result calculations 110 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 124 run scoreboard players set result calculations 111 2 | execute if score t1 calculations matches 125 run scoreboard players set result calculations 112 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 133 run scoreboard players set result calculations 115 2 | execute if score t1 calculations matches 134 run scoreboard players set result calculations 116 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 142 run scoreboard players set result calculations 119 2 | execute if score t1 calculations matches 143 run scoreboard players set result calculations 120 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 76..113 run function cloth:cloth/physics/sqrt/0/0/0/1/0/ctrl 2 | execute if score t1 calculations matches 114..150 run function cloth:cloth/physics/sqrt/0/0/0/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 151 run scoreboard players set result calculations 123 2 | execute if score t1 calculations matches 152 run scoreboard players set result calculations 123 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 156 run scoreboard players set result calculations 125 2 | execute if score t1 calculations matches 157 run scoreboard players set result calculations 125 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 161 run scoreboard players set result calculations 127 2 | execute if score t1 calculations matches 162 run scoreboard players set result calculations 127 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 170 run scoreboard players set result calculations 130 2 | execute if score t1 calculations matches 171 run scoreboard players set result calculations 131 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 175 run scoreboard players set result calculations 132 2 | execute if score t1 calculations matches 176 run scoreboard players set result calculations 133 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 180 run scoreboard players set result calculations 134 2 | execute if score t1 calculations matches 181 run scoreboard players set result calculations 135 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 189 run scoreboard players set result calculations 137 2 | execute if score t1 calculations matches 190 run scoreboard players set result calculations 138 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 194 run scoreboard players set result calculations 139 2 | execute if score t1 calculations matches 195 run scoreboard players set result calculations 140 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 199 run scoreboard players set result calculations 141 2 | execute if score t1 calculations matches 200 run scoreboard players set result calculations 141 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 208 run scoreboard players set result calculations 144 2 | execute if score t1 calculations matches 209 run scoreboard players set result calculations 145 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 217 run scoreboard players set result calculations 147 2 | execute if score t1 calculations matches 218 run scoreboard players set result calculations 148 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 151..188 run function cloth:cloth/physics/sqrt/0/0/1/0/0/ctrl 2 | execute if score t1 calculations matches 189..225 run function cloth:cloth/physics/sqrt/0/0/1/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 226 run scoreboard players set result calculations 150 2 | execute if score t1 calculations matches 227 run scoreboard players set result calculations 151 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 231 run scoreboard players set result calculations 152 2 | execute if score t1 calculations matches 232 run scoreboard players set result calculations 152 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 236 run scoreboard players set result calculations 154 2 | execute if score t1 calculations matches 237 run scoreboard players set result calculations 154 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 245 run scoreboard players set result calculations 157 2 | execute if score t1 calculations matches 246 run scoreboard players set result calculations 157 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 250 run scoreboard players set result calculations 158 2 | execute if score t1 calculations matches 251 run scoreboard players set result calculations 158 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 255 run scoreboard players set result calculations 160 2 | execute if score t1 calculations matches 256 run scoreboard players set result calculations 160 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 264 run scoreboard players set result calculations 162 2 | execute if score t1 calculations matches 265 run scoreboard players set result calculations 163 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 269 run scoreboard players set result calculations 164 2 | execute if score t1 calculations matches 270 run scoreboard players set result calculations 164 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 274 run scoreboard players set result calculations 166 2 | execute if score t1 calculations matches 275 run scoreboard players set result calculations 166 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 283 run scoreboard players set result calculations 168 2 | execute if score t1 calculations matches 284 run scoreboard players set result calculations 169 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 292 run scoreboard players set result calculations 171 2 | execute if score t1 calculations matches 293 run scoreboard players set result calculations 171 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 226..263 run function cloth:cloth/physics/sqrt/0/0/1/1/0/ctrl 2 | execute if score t1 calculations matches 264..300 run function cloth:cloth/physics/sqrt/0/0/1/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 301 run scoreboard players set result calculations 173 2 | execute if score t1 calculations matches 302 run scoreboard players set result calculations 174 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 306 run scoreboard players set result calculations 175 2 | execute if score t1 calculations matches 307 run scoreboard players set result calculations 175 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 311 run scoreboard players set result calculations 176 2 | execute if score t1 calculations matches 312 run scoreboard players set result calculations 177 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 320 run scoreboard players set result calculations 179 2 | execute if score t1 calculations matches 321 run scoreboard players set result calculations 179 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 325 run scoreboard players set result calculations 180 2 | execute if score t1 calculations matches 326 run scoreboard players set result calculations 181 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 330 run scoreboard players set result calculations 182 2 | execute if score t1 calculations matches 331 run scoreboard players set result calculations 182 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 339 run scoreboard players set result calculations 184 2 | execute if score t1 calculations matches 340 run scoreboard players set result calculations 184 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 344 run scoreboard players set result calculations 185 2 | execute if score t1 calculations matches 345 run scoreboard players set result calculations 186 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 349 run scoreboard players set result calculations 187 2 | execute if score t1 calculations matches 350 run scoreboard players set result calculations 187 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 358 run scoreboard players set result calculations 189 2 | execute if score t1 calculations matches 359 run scoreboard players set result calculations 189 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 367 run scoreboard players set result calculations 192 2 | execute if score t1 calculations matches 368 run scoreboard players set result calculations 192 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 301..338 run function cloth:cloth/physics/sqrt/0/1/0/0/0/ctrl 2 | execute if score t1 calculations matches 339..375 run function cloth:cloth/physics/sqrt/0/1/0/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 376 run scoreboard players set result calculations 194 2 | execute if score t1 calculations matches 377 run scoreboard players set result calculations 194 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 381 run scoreboard players set result calculations 195 2 | execute if score t1 calculations matches 382 run scoreboard players set result calculations 195 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 386 run scoreboard players set result calculations 196 2 | execute if score t1 calculations matches 387 run scoreboard players set result calculations 197 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 395 run scoreboard players set result calculations 199 2 | execute if score t1 calculations matches 396 run scoreboard players set result calculations 199 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 400 run scoreboard players set result calculations 200 2 | execute if score t1 calculations matches 401 run scoreboard players set result calculations 200 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 405 run scoreboard players set result calculations 201 2 | execute if score t1 calculations matches 406 run scoreboard players set result calculations 201 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 414 run scoreboard players set result calculations 203 2 | execute if score t1 calculations matches 415 run scoreboard players set result calculations 204 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 419 run scoreboard players set result calculations 205 2 | execute if score t1 calculations matches 420 run scoreboard players set result calculations 205 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 424 run scoreboard players set result calculations 206 2 | execute if score t1 calculations matches 425 run scoreboard players set result calculations 206 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 433 run scoreboard players set result calculations 208 2 | execute if score t1 calculations matches 434 run scoreboard players set result calculations 208 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 442 run scoreboard players set result calculations 210 2 | execute if score t1 calculations matches 443 run scoreboard players set result calculations 210 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 376..413 run function cloth:cloth/physics/sqrt/0/1/0/1/0/ctrl 2 | execute if score t1 calculations matches 414..450 run function cloth:cloth/physics/sqrt/0/1/0/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 451 run scoreboard players set result calculations 212 2 | execute if score t1 calculations matches 452 run scoreboard players set result calculations 213 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 456 run scoreboard players set result calculations 214 2 | execute if score t1 calculations matches 457 run scoreboard players set result calculations 214 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 461 run scoreboard players set result calculations 215 2 | execute if score t1 calculations matches 462 run scoreboard players set result calculations 215 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 470 run scoreboard players set result calculations 217 2 | execute if score t1 calculations matches 471 run scoreboard players set result calculations 217 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 475 run scoreboard players set result calculations 218 2 | execute if score t1 calculations matches 476 run scoreboard players set result calculations 218 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 480 run scoreboard players set result calculations 219 2 | execute if score t1 calculations matches 481 run scoreboard players set result calculations 219 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 489 run scoreboard players set result calculations 221 2 | execute if score t1 calculations matches 490 run scoreboard players set result calculations 221 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 494 run scoreboard players set result calculations 222 2 | execute if score t1 calculations matches 495 run scoreboard players set result calculations 222 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 499 run scoreboard players set result calculations 223 2 | execute if score t1 calculations matches 500 run scoreboard players set result calculations 224 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 508 run scoreboard players set result calculations 225 2 | execute if score t1 calculations matches 509 run scoreboard players set result calculations 226 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 517 run scoreboard players set result calculations 227 2 | execute if score t1 calculations matches 518 run scoreboard players set result calculations 228 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 451..488 run function cloth:cloth/physics/sqrt/0/1/1/0/0/ctrl 2 | execute if score t1 calculations matches 489..525 run function cloth:cloth/physics/sqrt/0/1/1/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 526 run scoreboard players set result calculations 229 2 | execute if score t1 calculations matches 527 run scoreboard players set result calculations 230 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 531 run scoreboard players set result calculations 230 2 | execute if score t1 calculations matches 532 run scoreboard players set result calculations 231 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 536 run scoreboard players set result calculations 232 2 | execute if score t1 calculations matches 537 run scoreboard players set result calculations 232 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 545 run scoreboard players set result calculations 233 2 | execute if score t1 calculations matches 546 run scoreboard players set result calculations 234 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 550 run scoreboard players set result calculations 235 2 | execute if score t1 calculations matches 551 run scoreboard players set result calculations 235 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 555 run scoreboard players set result calculations 236 2 | execute if score t1 calculations matches 556 run scoreboard players set result calculations 236 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 564 run scoreboard players set result calculations 237 2 | execute if score t1 calculations matches 565 run scoreboard players set result calculations 238 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 569 run scoreboard players set result calculations 239 2 | execute if score t1 calculations matches 570 run scoreboard players set result calculations 239 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 574 run scoreboard players set result calculations 240 2 | execute if score t1 calculations matches 575 run scoreboard players set result calculations 240 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 583 run scoreboard players set result calculations 241 2 | execute if score t1 calculations matches 584 run scoreboard players set result calculations 242 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 592 run scoreboard players set result calculations 243 2 | execute if score t1 calculations matches 593 run scoreboard players set result calculations 244 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 526..563 run function cloth:cloth/physics/sqrt/0/1/1/1/0/ctrl 2 | execute if score t1 calculations matches 564..600 run function cloth:cloth/physics/sqrt/0/1/1/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 601 run scoreboard players set result calculations 245 2 | execute if score t1 calculations matches 602 run scoreboard players set result calculations 245 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 606 run scoreboard players set result calculations 246 2 | execute if score t1 calculations matches 607 run scoreboard players set result calculations 246 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 611 run scoreboard players set result calculations 247 2 | execute if score t1 calculations matches 612 run scoreboard players set result calculations 247 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 620 run scoreboard players set result calculations 249 2 | execute if score t1 calculations matches 621 run scoreboard players set result calculations 249 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 625 run scoreboard players set result calculations 250 2 | execute if score t1 calculations matches 626 run scoreboard players set result calculations 250 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 630 run scoreboard players set result calculations 251 2 | execute if score t1 calculations matches 631 run scoreboard players set result calculations 251 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 639 run scoreboard players set result calculations 253 2 | execute if score t1 calculations matches 640 run scoreboard players set result calculations 253 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 644 run scoreboard players set result calculations 254 2 | execute if score t1 calculations matches 645 run scoreboard players set result calculations 254 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 649 run scoreboard players set result calculations 255 2 | execute if score t1 calculations matches 650 run scoreboard players set result calculations 255 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 658 run scoreboard players set result calculations 257 2 | execute if score t1 calculations matches 659 run scoreboard players set result calculations 257 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 667 run scoreboard players set result calculations 258 2 | execute if score t1 calculations matches 668 run scoreboard players set result calculations 258 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 601..638 run function cloth:cloth/physics/sqrt/1/0/0/0/0/ctrl 2 | execute if score t1 calculations matches 639..675 run function cloth:cloth/physics/sqrt/1/0/0/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 676 run scoreboard players set result calculations 260 2 | execute if score t1 calculations matches 677 run scoreboard players set result calculations 260 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 681 run scoreboard players set result calculations 261 2 | execute if score t1 calculations matches 682 run scoreboard players set result calculations 261 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 686 run scoreboard players set result calculations 262 2 | execute if score t1 calculations matches 687 run scoreboard players set result calculations 262 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 695 run scoreboard players set result calculations 264 2 | execute if score t1 calculations matches 696 run scoreboard players set result calculations 264 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 700 run scoreboard players set result calculations 265 2 | execute if score t1 calculations matches 701 run scoreboard players set result calculations 265 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 705 run scoreboard players set result calculations 266 2 | execute if score t1 calculations matches 706 run scoreboard players set result calculations 266 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 714 run scoreboard players set result calculations 267 2 | execute if score t1 calculations matches 715 run scoreboard players set result calculations 267 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 719 run scoreboard players set result calculations 268 2 | execute if score t1 calculations matches 720 run scoreboard players set result calculations 268 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 724 run scoreboard players set result calculations 269 2 | execute if score t1 calculations matches 725 run scoreboard players set result calculations 269 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 733 run scoreboard players set result calculations 271 2 | execute if score t1 calculations matches 734 run scoreboard players set result calculations 271 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 742 run scoreboard players set result calculations 272 2 | execute if score t1 calculations matches 743 run scoreboard players set result calculations 273 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 676..713 run function cloth:cloth/physics/sqrt/1/0/0/1/0/ctrl 2 | execute if score t1 calculations matches 714..750 run function cloth:cloth/physics/sqrt/1/0/0/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 751 run scoreboard players set result calculations 274 2 | execute if score t1 calculations matches 752 run scoreboard players set result calculations 274 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 756 run scoreboard players set result calculations 275 2 | execute if score t1 calculations matches 757 run scoreboard players set result calculations 275 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 761 run scoreboard players set result calculations 276 2 | execute if score t1 calculations matches 762 run scoreboard players set result calculations 276 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 770 run scoreboard players set result calculations 277 2 | execute if score t1 calculations matches 771 run scoreboard players set result calculations 278 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 775 run scoreboard players set result calculations 278 2 | execute if score t1 calculations matches 776 run scoreboard players set result calculations 279 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 780 run scoreboard players set result calculations 279 2 | execute if score t1 calculations matches 781 run scoreboard players set result calculations 279 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 789 run scoreboard players set result calculations 281 2 | execute if score t1 calculations matches 790 run scoreboard players set result calculations 281 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 794 run scoreboard players set result calculations 282 2 | execute if score t1 calculations matches 795 run scoreboard players set result calculations 282 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 799 run scoreboard players set result calculations 283 2 | execute if score t1 calculations matches 800 run scoreboard players set result calculations 283 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 808 run scoreboard players set result calculations 284 2 | execute if score t1 calculations matches 809 run scoreboard players set result calculations 284 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 817 run scoreboard players set result calculations 286 2 | execute if score t1 calculations matches 818 run scoreboard players set result calculations 286 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 751..788 run function cloth:cloth/physics/sqrt/1/0/1/0/0/ctrl 2 | execute if score t1 calculations matches 789..825 run function cloth:cloth/physics/sqrt/1/0/1/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 826 run scoreboard players set result calculations 287 2 | execute if score t1 calculations matches 827 run scoreboard players set result calculations 288 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 831 run scoreboard players set result calculations 288 2 | execute if score t1 calculations matches 832 run scoreboard players set result calculations 288 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 836 run scoreboard players set result calculations 289 2 | execute if score t1 calculations matches 837 run scoreboard players set result calculations 289 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 845 run scoreboard players set result calculations 291 2 | execute if score t1 calculations matches 846 run scoreboard players set result calculations 291 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 850 run scoreboard players set result calculations 292 2 | execute if score t1 calculations matches 851 run scoreboard players set result calculations 292 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 855 run scoreboard players set result calculations 292 2 | execute if score t1 calculations matches 856 run scoreboard players set result calculations 293 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 864 run scoreboard players set result calculations 294 2 | execute if score t1 calculations matches 865 run scoreboard players set result calculations 294 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 869 run scoreboard players set result calculations 295 2 | execute if score t1 calculations matches 870 run scoreboard players set result calculations 295 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 874 run scoreboard players set result calculations 296 2 | execute if score t1 calculations matches 875 run scoreboard players set result calculations 296 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 883 run scoreboard players set result calculations 297 2 | execute if score t1 calculations matches 884 run scoreboard players set result calculations 297 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 892 run scoreboard players set result calculations 299 2 | execute if score t1 calculations matches 893 run scoreboard players set result calculations 299 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 826..863 run function cloth:cloth/physics/sqrt/1/0/1/1/0/ctrl 2 | execute if score t1 calculations matches 864..900 run function cloth:cloth/physics/sqrt/1/0/1/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 901 run scoreboard players set result calculations 300 2 | execute if score t1 calculations matches 902 run scoreboard players set result calculations 300 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 906 run scoreboard players set result calculations 301 2 | execute if score t1 calculations matches 907 run scoreboard players set result calculations 301 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 911 run scoreboard players set result calculations 302 2 | execute if score t1 calculations matches 912 run scoreboard players set result calculations 302 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 920 run scoreboard players set result calculations 303 2 | execute if score t1 calculations matches 921 run scoreboard players set result calculations 303 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 925 run scoreboard players set result calculations 304 2 | execute if score t1 calculations matches 926 run scoreboard players set result calculations 304 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 930 run scoreboard players set result calculations 305 2 | execute if score t1 calculations matches 931 run scoreboard players set result calculations 305 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 939 run scoreboard players set result calculations 306 2 | execute if score t1 calculations matches 940 run scoreboard players set result calculations 307 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 944 run scoreboard players set result calculations 307 2 | execute if score t1 calculations matches 945 run scoreboard players set result calculations 307 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 949 run scoreboard players set result calculations 308 2 | execute if score t1 calculations matches 950 run scoreboard players set result calculations 308 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 958 run scoreboard players set result calculations 310 2 | execute if score t1 calculations matches 959 run scoreboard players set result calculations 310 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 967 run scoreboard players set result calculations 311 2 | execute if score t1 calculations matches 968 run scoreboard players set result calculations 311 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 901..938 run function cloth:cloth/physics/sqrt/1/1/0/0/0/ctrl 2 | execute if score t1 calculations matches 939..975 run function cloth:cloth/physics/sqrt/1/1/0/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 976 run scoreboard players set result calculations 312 2 | execute if score t1 calculations matches 977 run scoreboard players set result calculations 313 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 981 run scoreboard players set result calculations 313 2 | execute if score t1 calculations matches 982 run scoreboard players set result calculations 313 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 986 run scoreboard players set result calculations 314 2 | execute if score t1 calculations matches 987 run scoreboard players set result calculations 314 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 995 run scoreboard players set result calculations 315 2 | execute if score t1 calculations matches 996 run scoreboard players set result calculations 316 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1000 run scoreboard players set result calculations 316 2 | execute if score t1 calculations matches 1001 run scoreboard players set result calculations 316 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1003 run scoreboard players set result calculations 317 2 | execute if score t1 calculations matches 1004 run scoreboard players set result calculations 317 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1005 run scoreboard players set result calculations 317 2 | execute if score t1 calculations matches 1006 run scoreboard players set result calculations 317 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1008 run scoreboard players set result calculations 317 2 | execute if score t1 calculations matches 1009 run scoreboard players set result calculations 318 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1010 run scoreboard players set result calculations 318 2 | execute if score t1 calculations matches 1011 run scoreboard players set result calculations 318 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1012 run scoreboard players set result calculations 318 2 | execute if score t1 calculations matches 1013 run scoreboard players set result calculations 318 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1014 run scoreboard players set result calculations 318 2 | execute if score t1 calculations matches 1015 run scoreboard players set result calculations 319 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1017 run scoreboard players set result calculations 319 2 | execute if score t1 calculations matches 1018 run scoreboard players set result calculations 319 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1019 run scoreboard players set result calculations 319 2 | execute if score t1 calculations matches 1020 run scoreboard players set result calculations 319 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1022 run scoreboard players set result calculations 320 2 | execute if score t1 calculations matches 1023 run scoreboard players set result calculations 320 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1024 run scoreboard players set result calculations 320 2 | execute if score t1 calculations matches 1025 run scoreboard players set result calculations 320 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1027 run scoreboard players set result calculations 320 2 | execute if score t1 calculations matches 1028 run scoreboard players set result calculations 321 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1029 run scoreboard players set result calculations 321 2 | execute if score t1 calculations matches 1030 run scoreboard players set result calculations 321 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1031 run scoreboard players set result calculations 321 2 | execute if score t1 calculations matches 1032 run scoreboard players set result calculations 321 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1033 run scoreboard players set result calculations 321 2 | execute if score t1 calculations matches 1034 run scoreboard players set result calculations 322 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1036 run scoreboard players set result calculations 322 2 | execute if score t1 calculations matches 1037 run scoreboard players set result calculations 322 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1038 run scoreboard players set result calculations 322 2 | execute if score t1 calculations matches 1039 run scoreboard players set result calculations 322 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1040 run scoreboard players set result calculations 322 2 | execute if score t1 calculations matches 1041 run scoreboard players set result calculations 323 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1042 run scoreboard players set result calculations 323 2 | execute if score t1 calculations matches 1043 run scoreboard players set result calculations 323 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1045 run scoreboard players set result calculations 323 2 | execute if score t1 calculations matches 1046 run scoreboard players set result calculations 323 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1047 run scoreboard players set result calculations 324 2 | execute if score t1 calculations matches 1048 run scoreboard players set result calculations 324 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/0/1/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1049 run scoreboard players set result calculations 324 2 | execute if score t1 calculations matches 1050 run scoreboard players set result calculations 324 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1051 run scoreboard players set result calculations 324 2 | execute if score t1 calculations matches 1052 run scoreboard players set result calculations 324 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1054 run scoreboard players set result calculations 325 2 | execute if score t1 calculations matches 1055 run scoreboard players set result calculations 325 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1056 run scoreboard players set result calculations 325 2 | execute if score t1 calculations matches 1057 run scoreboard players set result calculations 325 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1059 run scoreboard players set result calculations 325 2 | execute if score t1 calculations matches 1060 run scoreboard players set result calculations 326 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1061 run scoreboard players set result calculations 326 2 | execute if score t1 calculations matches 1062 run scoreboard players set result calculations 326 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1064 run scoreboard players set result calculations 326 2 | execute if score t1 calculations matches 1065 run scoreboard players set result calculations 326 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1066 run scoreboard players set result calculations 326 2 | execute if score t1 calculations matches 1067 run scoreboard players set result calculations 327 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1068 run scoreboard players set result calculations 327 2 | execute if score t1 calculations matches 1069 run scoreboard players set result calculations 327 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1070 run scoreboard players set result calculations 327 2 | execute if score t1 calculations matches 1071 run scoreboard players set result calculations 327 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1073 run scoreboard players set result calculations 328 2 | execute if score t1 calculations matches 1074 run scoreboard players set result calculations 328 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1075 run scoreboard players set result calculations 328 2 | execute if score t1 calculations matches 1076 run scoreboard players set result calculations 328 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1078 run scoreboard players set result calculations 328 2 | execute if score t1 calculations matches 1079 run scoreboard players set result calculations 328 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1080 run scoreboard players set result calculations 329 2 | execute if score t1 calculations matches 1081 run scoreboard players set result calculations 329 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1083 run scoreboard players set result calculations 329 2 | execute if score t1 calculations matches 1084 run scoreboard players set result calculations 329 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1085 run scoreboard players set result calculations 329 2 | execute if score t1 calculations matches 1086 run scoreboard players set result calculations 330 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1087 run scoreboard players set result calculations 330 2 | execute if score t1 calculations matches 1088 run scoreboard players set result calculations 330 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1089 run scoreboard players set result calculations 330 2 | execute if score t1 calculations matches 1090 run scoreboard players set result calculations 330 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1092 run scoreboard players set result calculations 330 2 | execute if score t1 calculations matches 1093 run scoreboard players set result calculations 331 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1094 run scoreboard players set result calculations 331 2 | execute if score t1 calculations matches 1095 run scoreboard players set result calculations 331 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1097 run scoreboard players set result calculations 331 2 | execute if score t1 calculations matches 1098 run scoreboard players set result calculations 331 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1099 run scoreboard players set result calculations 332 2 | execute if score t1 calculations matches 1100 run scoreboard players set result calculations 332 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1102 run scoreboard players set result calculations 332 2 | execute if score t1 calculations matches 1103 run scoreboard players set result calculations 332 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1104 run scoreboard players set result calculations 332 2 | execute if score t1 calculations matches 1105 run scoreboard players set result calculations 332 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1106 run scoreboard players set result calculations 333 2 | execute if score t1 calculations matches 1107 run scoreboard players set result calculations 333 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1108 run scoreboard players set result calculations 333 2 | execute if score t1 calculations matches 1109 run scoreboard players set result calculations 333 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1111 run scoreboard players set result calculations 333 2 | execute if score t1 calculations matches 1112 run scoreboard players set result calculations 333 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1113 run scoreboard players set result calculations 334 2 | execute if score t1 calculations matches 1114 run scoreboard players set result calculations 334 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1115 run scoreboard players set result calculations 334 2 | execute if score t1 calculations matches 1116 run scoreboard players set result calculations 334 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1117 run scoreboard players set result calculations 334 2 | execute if score t1 calculations matches 1118 run scoreboard players set result calculations 334 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1120 run scoreboard players set result calculations 335 2 | execute if score t1 calculations matches 1121 run scoreboard players set result calculations 335 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1122 run scoreboard players set result calculations 335 2 | execute if score t1 calculations matches 1123 run scoreboard players set result calculations 335 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/0/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1124 run scoreboard players set result calculations 335 2 | execute if score t1 calculations matches 1125 run scoreboard players set result calculations 335 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1126 run scoreboard players set result calculations 336 2 | execute if score t1 calculations matches 1127 run scoreboard players set result calculations 336 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1129 run scoreboard players set result calculations 336 2 | execute if score t1 calculations matches 1130 run scoreboard players set result calculations 336 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1131 run scoreboard players set result calculations 336 2 | execute if score t1 calculations matches 1132 run scoreboard players set result calculations 336 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1134 run scoreboard players set result calculations 337 2 | execute if score t1 calculations matches 1135 run scoreboard players set result calculations 337 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1136 run scoreboard players set result calculations 337 2 | execute if score t1 calculations matches 1137 run scoreboard players set result calculations 337 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1139 run scoreboard players set result calculations 337 2 | execute if score t1 calculations matches 1140 run scoreboard players set result calculations 338 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1141 run scoreboard players set result calculations 338 2 | execute if score t1 calculations matches 1142 run scoreboard players set result calculations 338 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1143 run scoreboard players set result calculations 338 2 | execute if score t1 calculations matches 1144 run scoreboard players set result calculations 338 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1145 run scoreboard players set result calculations 338 2 | execute if score t1 calculations matches 1146 run scoreboard players set result calculations 339 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1148 run scoreboard players set result calculations 339 2 | execute if score t1 calculations matches 1149 run scoreboard players set result calculations 339 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/1/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1150 run scoreboard players set result calculations 339 2 | execute if score t1 calculations matches 1151 run scoreboard players set result calculations 339 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1153 run scoreboard players set result calculations 340 2 | execute if score t1 calculations matches 1154 run scoreboard players set result calculations 340 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1155 run scoreboard players set result calculations 340 2 | execute if score t1 calculations matches 1156 run scoreboard players set result calculations 340 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1158 run scoreboard players set result calculations 340 2 | execute if score t1 calculations matches 1159 run scoreboard players set result calculations 340 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1160 run scoreboard players set result calculations 341 2 | execute if score t1 calculations matches 1161 run scoreboard players set result calculations 341 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/0/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1162 run scoreboard players set result calculations 341 2 | execute if score t1 calculations matches 1163 run scoreboard players set result calculations 341 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1164 run scoreboard players set result calculations 341 2 | execute if score t1 calculations matches 1165 run scoreboard players set result calculations 341 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1167 run scoreboard players set result calculations 342 2 | execute if score t1 calculations matches 1168 run scoreboard players set result calculations 342 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1169 run scoreboard players set result calculations 342 2 | execute if score t1 calculations matches 1170 run scoreboard players set result calculations 342 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1172 run scoreboard players set result calculations 342 2 | execute if score t1 calculations matches 1173 run scoreboard players set result calculations 342 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1174 run scoreboard players set result calculations 343 2 | execute if score t1 calculations matches 1175 run scoreboard players set result calculations 343 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1177 run scoreboard players set result calculations 343 2 | execute if score t1 calculations matches 1178 run scoreboard players set result calculations 343 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1179 run scoreboard players set result calculations 343 2 | execute if score t1 calculations matches 1180 run scoreboard players set result calculations 344 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1181 run scoreboard players set result calculations 344 2 | execute if score t1 calculations matches 1182 run scoreboard players set result calculations 344 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/1/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1183 run scoreboard players set result calculations 344 2 | execute if score t1 calculations matches 1184 run scoreboard players set result calculations 344 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1186 run scoreboard players set result calculations 344 2 | execute if score t1 calculations matches 1187 run scoreboard players set result calculations 345 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1188 run scoreboard players set result calculations 345 2 | execute if score t1 calculations matches 1189 run scoreboard players set result calculations 345 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/1/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1190 run scoreboard players set result calculations 345 2 | execute if score t1 calculations matches 1191 run scoreboard players set result calculations 345 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/1/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1192 run scoreboard players set result calculations 345 2 | execute if score t1 calculations matches 1193 run scoreboard players set result calculations 345 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/1/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1195 run scoreboard players set result calculations 346 2 | execute if score t1 calculations matches 1196 run scoreboard players set result calculations 346 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/1/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1197 run scoreboard players set result calculations 346 2 | execute if score t1 calculations matches 1198 run scoreboard players set result calculations 346 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/1/1/1/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1199 run scoreboard players set result calculations 346 2 | execute if score t1 calculations matches 1200 run scoreboard players set result calculations 346 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 1051..1125 run function cloth:cloth/physics/sqrt/1/1/1/0/ctrl 2 | execute if score t1 calculations matches 1126..1200 run function cloth:cloth/physics/sqrt/1/1/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 0..1 run function cloth:cloth/physics/sqrt/0/0/0/0/0/0/0/0/0/0/ctrl 2 | execute if score t1 calculations matches 2 run scoreboard players set result calculations 14 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/0/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 5..6 run function cloth:cloth/physics/sqrt/0/0/0/0/0/0/0/1/0/0/ctrl 2 | execute if score t1 calculations matches 7 run scoreboard players set result calculations 26 -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 0..9 run function cloth:cloth/physics/sqrt/0/0/0/0/0/0/0/ctrl 2 | execute if score t1 calculations matches 10..18 run function cloth:cloth/physics/sqrt/0/0/0/0/0/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 38..56 run function cloth:cloth/physics/sqrt/0/0/0/0/1/0/ctrl 2 | execute if score t1 calculations matches 57..75 run function cloth:cloth/physics/sqrt/0/0/0/0/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 76..94 run function cloth:cloth/physics/sqrt/0/0/0/1/0/0/ctrl 2 | execute if score t1 calculations matches 95..113 run function cloth:cloth/physics/sqrt/0/0/0/1/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/0/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 114..132 run function cloth:cloth/physics/sqrt/0/0/0/1/1/0/ctrl 2 | execute if score t1 calculations matches 133..150 run function cloth:cloth/physics/sqrt/0/0/0/1/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 151..169 run function cloth:cloth/physics/sqrt/0/0/1/0/0/0/ctrl 2 | execute if score t1 calculations matches 170..188 run function cloth:cloth/physics/sqrt/0/0/1/0/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 189..207 run function cloth:cloth/physics/sqrt/0/0/1/0/1/0/ctrl 2 | execute if score t1 calculations matches 208..225 run function cloth:cloth/physics/sqrt/0/0/1/0/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 226..244 run function cloth:cloth/physics/sqrt/0/0/1/1/0/0/ctrl 2 | execute if score t1 calculations matches 245..263 run function cloth:cloth/physics/sqrt/0/0/1/1/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/0/1/1/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 264..282 run function cloth:cloth/physics/sqrt/0/0/1/1/1/0/ctrl 2 | execute if score t1 calculations matches 283..300 run function cloth:cloth/physics/sqrt/0/0/1/1/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 301..319 run function cloth:cloth/physics/sqrt/0/1/0/0/0/0/ctrl 2 | execute if score t1 calculations matches 320..338 run function cloth:cloth/physics/sqrt/0/1/0/0/0/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/0/1/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 339..357 run function cloth:cloth/physics/sqrt/0/1/0/0/1/0/ctrl 2 | execute if score t1 calculations matches 358..375 run function cloth:cloth/physics/sqrt/0/1/0/0/1/1/ctrl -------------------------------------------------------------------------------- /data/cloth/functions/cloth/physics/sqrt/0/1/0/1/0/ctrl.mcfunction: -------------------------------------------------------------------------------- 1 | execute if score t1 calculations matches 376..394 run function cloth:cloth/physics/sqrt/0/1/0/1/0/0/ctrl 2 | execute if score t1 calculations matches 395..413 run function cloth:cloth/physics/sqrt/0/1/0/1/0/1/ctrl --------------------------------------------------------------------------------