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
classMinecraft:
"""The main class to interact with a running instance of Minecraft Pi."""def__init__(self, address="localhost", port=4711):
self._conn=Connection(address, port)
The text was updated successfully, but these errors were encountered:
Noted; if you could please make a PR with test and fix, thanks
Please see #57 Compatibility of code base with previous version not obvious.
The only way to fix both issues is to go back to 6eeb804. I'm not interested in contributing to fixing this issue without fixing #57 (which is in many ways the root cause of this issue and perhaps other,unknown, issues).
In fact, the whole test framework that needs to be revised. See #61Test framework does not test previous version. Once #61 is fixed we will have the failing test for this issue, and perhaps some other failing tests.
In 6eeb804 we have
In 9f3bfba we have
The text was updated successfully, but these errors were encountered: