Skip to content

Commit 011312e

Browse files
committed
v1.0.1 Bug fix
1 parent f4f98b9 commit 011312e

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ class MCStructure {
182182
, z = pos.z % this.size.zL
183183
, index = z + this.size.zL * (y + this.size.yL * x);
184184

185+
this.palette.blockEntity["comp>" + index] = NBT.create();
185186
this.palette.blockEntity["comp>" + index]["comp>block_entity_data"] = nbt;
186187
nbt["i32>x"] = x - this.origin.x;
187188
nbt["i32>y"] = y - this.origin.y;

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcstructure-js",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A NodeJS package for .mcstructure read & write",
55
"main": "main.js",
66
"scripts": {
@@ -26,6 +26,6 @@
2626
"homepage": "https://github.com/HTMonkeyG/MCStructure.js#readme",
2727
"dependencies": {
2828
"parsenbt-js": "^2.3.0",
29-
"project-mirror-registry": "^0.0.2"
29+
"project-mirror-registry": "^0.0.4"
3030
}
3131
}

0 commit comments

Comments
 (0)