We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1816ea commit 29f8f68Copy full SHA for 29f8f68
README.md
@@ -28,6 +28,10 @@ See [doc/API.md](doc/API.md)
28
29
## History
30
31
+### 1.17.0
32
+
33
+* Support for multi-sided signs (thanks @PondWader)
34
35
### 1.16.3
36
37
* really
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "prismarine-block",
3
- "version": "1.16.3",
+ "version": "1.17.0",
4
"description": "Represent a minecraft block with its associated data",
5
"main": "index.js",
6
"scripts": {
0 commit comments