Skip to content

Commit 11a2018

Browse files
committed
Release 1.0.1
1 parent 2cb5e65 commit 11a2018

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.1
2+
3+
* Add 1.16.220 data
4+
* ChunkColumn: New .getBlockRuntimeID and .setBlockRuntimeID methods for network block updates
5+
16
## 1.0.0
27

38
* (Breaking) ChunkColumn : `.setBlock, .getBlock, .getBiome, .setBiome, .getBlockEntity, .setBlockEntity` position paramaters are now a Vector3 { x, y, z } object

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bedrock-provider",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Minecraft Bedrock edition chunk provider",
55
"main": "./js/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)