[1.80pr0] Turtle animations/model only update right clicked
lurr opened this issue ยท 4 comments
Replicate by making the following program:
while true do turtle.turnLeft() end
Now, run the program.
When right clicking the turtle, it updates what the model should look like, and plays the respective animations.
(1.9.4, Forge 12.17.0.1976, Java 1.8.0_65 64bit, No other mods loaded)
this also seems to be the same for doing the equip/unequip programs where the items don't render on the turtle until you right click (although i think if you make the turtle move in a direction not just turn, it will also update the model and make it render).
Same as #113