ComputerCraft

ComputerCraft

21M Downloads

turtle api inconsistencies

DoWhileGeek opened this issue · 2 comments

commented

turtle.getItemDetail() returns a table with a name, a count, and a damage property.

the family of turtle.inspect methods return a name and metadata.

If damage and metadata are the same, why should they have different property names?

commented

Dan has said he won't change this.

commented