96979899100101102103104105106
if (y >= 125) { return; } ArrowInterface arrow = shoot(chip.getWorld(), x + 0.5, y + 1.5, z + 0.5); Firework instance = new Firework(arrow, chip.getWorld()); (new Thread(instance)).start(); } }