I found a similar question being asked here, but the answer has been moved to ether apparently.
My son loves Minecraft, and I want to get him more interested in programming, so I tried downloading the ComputerCraft Mod (I'm a complete Minecraft noob).
I installed ComputerCraft on Minecraft 1.8.9 Java Edition Mac OS X, and have gotten Turtles to show up in my inventory. I can place a mining turtle and use it, but when I do, I see that it is running "CraftOS" and not "TurtleOS". When I try to run turtle.turnLeft() - I get a true value returned, and the turtle indeed turns around, but I do not see the animation of it turning around - just at its final location when I exit the command prompt.
I'm at a loss. Can someone help?