We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b96912 commit 0aa02f6Copy full SHA for 0aa02f6
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
Compatible with GDMC-HTTP **>=1.6.0, <2.0.0** and Minecraft **1.21.4**.
4
5
+
6
+# 8.1.0
7
8
+Compatible with GDMC-HTTP **>=1.6.0, <2.0.0** and Minecraft **1.21.4**.
9
10
**Additions:**
11
- Added `interface.placeEntities`. (Thanks [Niels-NTG](https://github.com/Niels-NTG)!)
12
- Added `interface.updateEntities`. (Thanks [Niels-NTG](https://github.com/Niels-NTG)!)
src/gdpc/__init__.py
@@ -62,7 +62,7 @@
62
#: Package version
63
#:
64
#: :meta hide-value:
65
-__version__ = "8.0.0"
+__version__ = "8.1.0"
66
67
68
from .vector_tools import Rect, Box # pyright: ignore [reportUnusedImport]
0 commit comments