You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getHeight is not really new, it's present in mcpi 0.1.1:
classMinecraft:
...
defgetHeight(self, *args):
"""Get the height of the world (x,z) => int"""returnint(self.conn.sendReceive("world.getHeight", intFloor(args)))
So the question is whether this actually changes any behavior...
As mentioned in #58 it looks like the getHeight method has been introduced to the code base.
Plan of action:
The text was updated successfully, but these errors were encountered: